aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Parse-PerlConfig
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-02-27 06:07:40 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-02-27 06:07:40 +0000
commit208936d25cc905bf9e22f2de4f8b2c9014e3c355 (patch)
tree91b1dc04ee0b6fcce9ceb36b0146d90828d43ec2 /devel/p5-Parse-PerlConfig
parentf77b32bbf9de29c2589ca6136b3166a0c56698bd (diff)
downloadports-208936d25cc905bf9e22f2de4f8b2c9014e3c355.tar.gz
ports-208936d25cc905bf9e22f2de4f8b2c9014e3c355.zip
Notes
Diffstat (limited to 'devel/p5-Parse-PerlConfig')
-rw-r--r--devel/p5-Parse-PerlConfig/Makefile5
-rw-r--r--devel/p5-Parse-PerlConfig/pkg-descr2
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-Parse-PerlConfig/Makefile b/devel/p5-Parse-PerlConfig/Makefile
index 85a367df3711..198b24578b3c 100644
--- a/devel/p5-Parse-PerlConfig/Makefile
+++ b/devel/p5-Parse-PerlConfig/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Parse-PerlConfig
PORTVERSION= 0.05
CATEGORIES= devel perl5
-MASTER_SITES= http://www.cpan.org/modules/by-module/Parse/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Parse
PKGNAMEPREFIX= p5-
MAINTAINER= pedersen@meridian-enviro.com
@@ -16,4 +17,6 @@ COMMENT= Perl5 module to use perl scripts as config files
PERL_CONFIGURE= yes
+MAN3= Parse::PerlConfig.3
+
.include <bsd.port.mk>
diff --git a/devel/p5-Parse-PerlConfig/pkg-descr b/devel/p5-Parse-PerlConfig/pkg-descr
index 9b8c22adb3fe..3e7cdb85d389 100644
--- a/devel/p5-Parse-PerlConfig/pkg-descr
+++ b/devel/p5-Parse-PerlConfig/pkg-descr
@@ -2,4 +2,4 @@ This perl module will eval another perl script and return a hash ref
of the final values of the global variables in the eval. This allows
you to write generic config files in Perl.
-WWW: http://search.cpan.org/author/MFOWLER/Parse-PerlConfig-0.05/
+WWW: http://search.cpan.org/dist/Parse-PerlConfig/