diff options
author | steve <steve@FreeBSD.org> | 1999-10-31 23:57:01 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-10-31 23:57:01 +0000 |
commit | 026f46bb21f281f8d2e01ff93feebe09fea1212f (patch) | |
tree | 43793e2d63f2b69cd3c86feca03728aa14d5ba7f /devel/cons/Makefile | |
parent | 47cf75c747767233d555649ca373bcf74347943f (diff) | |
download | FreeBSD-ports-026f46bb21f281f8d2e01ff93feebe09fea1212f.zip FreeBSD-ports-026f46bb21f281f8d2e01ff93feebe09fea1212f.tar.gz |
Update to version 1.7.
PR: 14583
Submitted by: maintainer
Diffstat (limited to 'devel/cons/Makefile')
-rw-r--r-- | devel/cons/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/cons/Makefile b/devel/cons/Makefile index d86ce7c..fdfad9f 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= cons-1.6b1 +DISTNAME= cons-${CONSVER} CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/ \ http://www.telerama.com/~bgarcia/cons/ @@ -16,9 +16,11 @@ MAINTAINER= rv@fore.com RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 +CONSVER= 1.7 + USE_PERL5= yes NO_BUILD= yes -PLIST_SUB= CONS_VER=1.6b1 +PLIST_SUB= CONS_VER=${CONSVER} MAN1= cons.1 DOCS= CHANGES COPYRIGHT INSTALL MANIFEST README RELEASE cons.html |