1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- utilize MASTER_SITE_PERL_CPAN

- add missing MAN3
- add WWW: in pkg-descr
This commit is contained in:
Yen-Ming Lee 2005-02-27 06:07:40 +00:00
parent f77b32bbf9
commit 208936d25c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129869
2 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -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/