freebsd-ports/devel/cvschangelogbuilder/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

34 lines
853 B
Makefile

PORTNAME= cvschangelogbuilder
PORTVERSION= 2.5
CATEGORIES= devel
MASTER_SITES= SF/cvschangelogb/CVSChangelogBuilder/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to generate changelogs and reports from a CVS repository
WWW= https://cvschangelogb.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/docs/COPYING.TXT
RUN_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph
USES= perl5 shebangfix
SHEBANG_FILES= ${PORTNAME}.pl
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/cvschangelogbuilder
PORTDOCS= *
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/images
${INSTALL_DATA} ${WRKSRC}/docs/*.* ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/images/* ${STAGEDIR}${DOCSDIR}/images
.include <bsd.port.mk>