blob: c2d794f4d4cd367430dc082196406739d3a982fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: ijliao
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
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>
|