mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
e13515f304
Approved by: portmgr@ (bapt@)
33 lines
741 B
Makefile
33 lines
741 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: cvsplot
|
|
# Date created: May 31, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvsplot
|
|
PORTVERSION= 1.7.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= erik@bz.bzflag.bz
|
|
COMMENT= A perl script which analyses the history of a CVS-managed project
|
|
|
|
RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
|
p5-String-ShellQuote>=0:${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>
|