1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/devel/cvsplot/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

24 lines
571 B
Makefile

PORTNAME= cvsplot
PORTVERSION= 1.7.4
PORTREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= SF
MAINTAINER= erik@bz.bzflag.bz
COMMENT= Perl script which analyses the history of a CVS-managed project
WWW= https://cvsplot.sourceforge.net/
RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \
p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \
gnuplot:math/gnuplot
NO_BUILD= yes
PLIST_FILES= bin/cvsplot
USES= shebangfix perl5
SHEBANG_FILES= cvsplot.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cvsplot.pl ${STAGEDIR}${PREFIX}/bin/cvsplot
.include <bsd.port.mk>