# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD: tags/RELEASE_10_0_0/devel/pit/Makefile 327724 2013-09-20 17:13:42Z bapt $

PORTNAME=	pit
PORTVERSION=	0.1.0
CATEGORIES=	devel
MASTER_SITES=	http://github.com/michaeldv/${PORTNAME}/tarball/
DISTNAME=	${PORTVERSION}
EXTRACT_SUFX=	# none

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Command-line project manager that integrates with Git

FETCH_ARGS=	-pRr
WRKSRC=		"${WRKDIR}/michaeldv-${PORTNAME}-fd6b3ef"
PLIST_FILES=	bin/pit

NO_STAGE=	yes
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bin/pit ${PREFIX}/bin

.include <bsd.port.mk>
