freebsd-ports/devel/cvs2html/Makefile
Chris Rees 50ef26bc89 Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups
2013-12-29 14:50:31 +00:00

34 lines
703 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= cvs2html
PORTVERSION= 1.98
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/${PORTVERSION}/ \
http://cvs.sslug.dk/cvs2html/utils/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= crees@FreeBSD.org
COMMENT= Perl script to turn ``cvs log'' output into HTML
LICENSE= GPLv2
RUN_DEPENDS= cvs:${PORTSDIR}/devel/cvs
PLIST_FILES= bin/cvs2html
NO_WRKSUBDIR= yes
NO_BUILD= yes
USES= perl5 shebangfix
SHEBANG_FILES= ${PORTNAME}
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${PORTNAME} ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>