2002-05-31 16:15:02 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: cvsplot
|
|
|
|
# Date created: May 31, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cvsplot
|
2004-07-01 08:47:46 +00:00
|
|
|
PORTVERSION= 1.7.3
|
2002-05-31 16:15:02 +00:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-05-16 07:30:10 +00:00
|
|
|
MAINTAINER= erik@smluc.org
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= A perl script which analyses the history of a CVS-managed project
|
2002-05-31 16:15:02 +00:00
|
|
|
|
2003-05-09 07:08:39 +00:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
|
|
|
${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
|
2002-05-31 16:15:02 +00:00
|
|
|
gnuplot:${PORTSDIR}/math/gnuplot
|
|
|
|
|
2004-05-21 05:45:01 +00:00
|
|
|
USE_PERL5= yes
|
2002-05-31 16:15:02 +00:00
|
|
|
NO_BUILD= yes
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/cvsplot
|
2002-05-31 16:15:02 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e "s,^#!/usr/bin/perl -w,#!/usr/bin/env perl -w,g" ${WRKSRC}/cvsplot.pl
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cvsplot.pl ${PREFIX}/bin/cvsplot
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|