Add p5-Parse-PerlConfig 0.05,

perl5 module to use perl scripts as
config files.

PR:		54077
Submitted by:	Leif Pedersen <pedersen@meridian-enviro.com>
This commit is contained in:
Erwin Lansing 2003-07-06 09:14:46 +00:00
parent 3686f408b6
commit 5a98b66686
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84268
5 changed files with 31 additions and 0 deletions

View file

@ -659,6 +659,7 @@
SUBDIR += p5-PV
SUBDIR += p5-Parallel-ForkManager
SUBDIR += p5-Params-Validate
SUBDIR += p5-Parse-PerlConfig
SUBDIR += p5-Parse-RecDescent
SUBDIR += p5-Parse-Yapp
SUBDIR += p5-Penguin

View file

@ -0,0 +1,19 @@
# New ports collection makefile for: p5-Shape
# Date created: June 25th 2003
# Whom: Leif Pedersen <pedersen@meridian-enviro.com>
#
# $FreeBSD$
#
PORTNAME= Parse-PerlConfig
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= http://www.cpan.org/modules/by-module/Parse/
PKGNAMEPREFIX= p5-
MAINTAINER= pedersen@meridian-enviro.com
COMMENT= Perl5 module to use perl scripts as config files
PERL_CONFIGURE= yes
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Parse-PerlConfig-0.05.tar.gz) = f9bde1cbbbcf985b67bcf0e4cc1c8276

View file

@ -0,0 +1,5 @@
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/

View file

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Parse/PerlConfig.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parse/PerlConfig/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parse/PerlConfig
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parse 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Parse 2>/dev/null || true