diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
commit | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (patch) | |
tree | eee7e5be212d0b1a2952b7a34e90d9ce79ef1494 /news/p5-Gateway | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/p5-Gateway')
-rw-r--r-- | news/p5-Gateway/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/p5-Gateway/Makefile b/news/p5-Gateway/Makefile index 2dca286..98bfec9 100644 --- a/news/p5-Gateway/Makefile +++ b/news/p5-Gateway/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: p5-Gateway -# Version required: 0.42 # Date created: January 2, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $FreeBSD$ # -DISTNAME= Gateway-0.42 -PKGNAME= p5-Gateway-0.42 +PORTNAME= p5-Gateway +PORTVERSION= 0.42 CATEGORIES= news perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= News +DISTNAME= Gateway-0.42 MAINTAINER= croyle@gelemna.ft-wayne.in.us |