diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | 51c1b9f9a90a432058792df22dbe12d831d611d0 (patch) | |
tree | 00cbaf2438c30cc2a98f2ea38bee208d71f91bf0 /devel/cons | |
parent | 0bf120a84dd4029b5653c00e40bdd783f1805810 (diff) | |
download | FreeBSD-ports-51c1b9f9a90a432058792df22dbe12d831d611d0.zip FreeBSD-ports-51c1b9f9a90a432058792df22dbe12d831d611d0.tar.gz |
PORTNAME/PORTVERSION update
Diffstat (limited to 'devel/cons')
-rw-r--r-- | devel/cons/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/cons/Makefile b/devel/cons/Makefile index 404706a..78d5505 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cons -# Version required: 1.6b1 # Date created: 11 December 1998 # Whom: rv@fore.com # # $FreeBSD$ # -DISTNAME= cons-${CONSVER} +PORTNAME= cons +PORTVERSION= 1.7 CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/ \ http://www.telerama.com/~bgarcia/cons/ @@ -16,11 +16,9 @@ MAINTAINER= rv@fore.com RUN_DEPENDS= ${LOCALBASE}/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=${CONSVER} +PLIST_SUB= CONS_VER=${PORTVERSION} MAN1= cons.1 DOCS= CHANGES COPYRIGHT INSTALL MANIFEST README RELEASE cons.html |