d1e734d7e3
It is now possible to specify groups of users in order to produce per-group usage graphs, and a switch has been added to specify a set of arguments to pass to all invocations of CVS. PR: 74678 Submitted by: Erik Greenwald <erik@smluc.org>
33 lines
798 B
Makefile
33 lines
798 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: cvsplot
|
|
# Date created: May 31, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvsplot
|
|
PORTVERSION= 1.7.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= erik@smluc.org
|
|
COMMENT= A perl script which analyses the history of a CVS-managed project
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
|
${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
|
|
gnuplot:${PORTSDIR}/math/gnuplot
|
|
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/cvsplot
|
|
|
|
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>
|