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-Term-ANSIColor/Makefile | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) |
Notes
Diffstat (limited to 'devel/p5-Term-ANSIColor/Makefile')
-rw-r--r-- | devel/p5-Term-ANSIColor/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Term-ANSIColor/Makefile b/devel/p5-Term-ANSIColor/Makefile index 598c56b8a70d..338cb4bf367c 100644 --- a/devel/p5-Term-ANSIColor/Makefile +++ b/devel/p5-Term-ANSIColor/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: ANSIColor -# Version required: 1.01 # Date created: 1 December 1999 # Whom: Denis Shaposhnikov <dsh@vlink.ru> # # $FreeBSD$ # -DISTNAME= ANSIColor-1.01 -PKGNAME= p5-Term-ANSIColor-1.01 +PORTNAME= Term-ANSIColor +PORTVERSION= 1.01 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Term +DISTNAME= ANSIColor-1.01 +PKGNAMEPREFIX= p5- MAINTAINER= dsh@vlink.ru |