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:
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
|
@ -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
|
||||
|
|
19
devel/p5-Parse-PerlConfig/Makefile
Normal file
19
devel/p5-Parse-PerlConfig/Makefile
Normal 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>
|
1
devel/p5-Parse-PerlConfig/distinfo
Normal file
1
devel/p5-Parse-PerlConfig/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Parse-PerlConfig-0.05.tar.gz) = f9bde1cbbbcf985b67bcf0e4cc1c8276
|
5
devel/p5-Parse-PerlConfig/pkg-descr
Normal file
5
devel/p5-Parse-PerlConfig/pkg-descr
Normal 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/
|
5
devel/p5-Parse-PerlConfig/pkg-plist
Normal file
5
devel/p5-Parse-PerlConfig/pkg-plist
Normal 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
|
Loading…
Reference in a new issue