1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/pit/Makefile
Steve Wills 413424ee99 - Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
2013-07-27 16:06:01 +00:00

22 lines
503 B
Makefile

# 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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/pit ${PREFIX}/bin
.include <bsd.port.mk>