diff options
author | petef <petef@FreeBSD.org> | 2003-01-18 15:24:16 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-18 15:24:16 +0800 |
commit | 0def6fb5f1ecb032b944215ca1c9b85f84b55860 (patch) | |
tree | ee9b7c54fe828086915a97de72985ca198fcb71d /devel/cvsplot/Makefile | |
parent | 2168ad37de45d418ad80814cfd33498755d8c7c9 (diff) | |
download | freebsd-ports-gnome-0def6fb5f1ecb032b944215ca1c9b85f84b55860.tar.gz freebsd-ports-gnome-0def6fb5f1ecb032b944215ca1c9b85f84b55860.tar.zst freebsd-ports-gnome-0def6fb5f1ecb032b944215ca1c9b85f84b55860.zip |
Update to 1.6.2.
PR: 45987
Submitted by: Erik Greenwald <erik@smluc.org> (new maintainer)
Diffstat (limited to 'devel/cvsplot/Makefile')
-rw-r--r-- | devel/cvsplot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile index a448120bf54c..377613d76cfd 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -7,14 +7,15 @@ # PORTNAME= cvsplot -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \ gnuplot:${PORTSDIR}/math/gnuplot NO_BUILD= yes |