diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | ed33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch) | |
tree | bb126f7f4deabe676254cb651c5b8a780976235f /devel/p5-Proc-Simple | |
parent | Fix (diff) |
PORTNAME/PORTVERSION update
Diffstat (limited to 'devel/p5-Proc-Simple')
-rw-r--r-- | devel/p5-Proc-Simple/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Proc-Simple/Makefile b/devel/p5-Proc-Simple/Makefile index 2a2eab9e1111..414fd46ed130 100644 --- a/devel/p5-Proc-Simple/Makefile +++ b/devel/p5-Proc-Simple/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: p5-Proc-Simple -# Version required: 1.12 # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= Proc-Simple-1.12 -PKGNAME= p5-Proc-Simple-1.12 +PORTNAME= Proc-Simple +PORTVERSION= 1.12 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Proc +PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org |