diff options
Diffstat (limited to 'devel/p5-Data-Flow/Makefile')
-rw-r--r-- | devel/p5-Data-Flow/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Data-Flow/Makefile b/devel/p5-Data-Flow/Makefile index 85db9dd4ea33..75232b6d5820 100644 --- a/devel/p5-Data-Flow/Makefile +++ b/devel/p5-Data-Flow/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: p5-Data-Flow -# Version required: 0.05 # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= Data-Flow-0.05 -PKGNAME= p5-Data-Flow-0.05 +PORTNAME= Data-Flow +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data +PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org |