1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/cvsplot/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

26 lines
602 B
Makefile

# Created by: ijliao
# $FreeBSD$
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:${PORTSDIR}/devel/p5-Date-Manip \
p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
gnuplot:${PORTSDIR}/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>