summaryrefslogtreecommitdiffstats
path: root/devel/pit/Makefile
blob: 75a786a04893a1f0c65961c7c564606506220eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$

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>
OpenPOWER on IntegriCloud