freebsd-ports/ports-mgmt/prhistory/Makefile
Jason Helfman 583c0400c8 - add new port: ports-mgmt/prhistory
prhistory shows PR from the FreeBSD GNATS database corresponding
to a port. Show a summary view of all PR related to a port and
request an individual PR by number.

WWW: https://github.com/waitman/prhistory

PR:		175627
Submitted by:	uzimac@da3m0n8t3r.com
2013-03-01 19:06:01 +00:00

39 lines
742 B
Makefile

# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
# $FreeBSD$
PORTNAME= prhistory
PORTVERSION= 1.0
CATEGORIES= ports-mgmt
MASTER_SITES= GH
MAINTAINER= waitman@waitman.net
COMMENT= PR review for ports
LICENSE= PRHISTORY
LICENSE_NAME= PRHISTORY BSD LICENSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
sqlite3:${PORTSDIR}/databases/sqlite3
USE_GITHUB= yes
GH_ACCOUNT= waitman
GH_TAGNAME= master
GH_COMMIT= 9113c59
MAN7= prhistory.7
SUB_FILES= pkg-message
PORTDOCS= *
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>