diff options
Diffstat (limited to 'devel/p5-ReadLine-Perl/Makefile')
-rw-r--r-- | devel/p5-ReadLine-Perl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-ReadLine-Perl/Makefile b/devel/p5-ReadLine-Perl/Makefile index 88e8e1a15eb7..3f1e0f48f95d 100644 --- a/devel/p5-ReadLine-Perl/Makefile +++ b/devel/p5-ReadLine-Perl/Makefile @@ -5,10 +5,9 @@ PORTNAME= ReadLine-Perl PORTVERSION= 1.0303 PORTREVISION= 3 CATEGORIES= devel perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Term +MASTER_SITES= CPAN/Term PKGNAMEPREFIX= p5- -DISTNAME= Term-${PORTNAME}-${PORTVERSION:C/0+$//} +DISTNAME= Term-${PORTNAME}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl 5 module for Term::ReadLine editing without GNU readline |