mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Module to provide a configuration hash with option to read from file.
WWW: http://search.cpan.org/dist/Config-Options/
This commit is contained in:
parent
ee6a84455a
commit
c878c70326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220507
@ -1071,6 +1071,7 @@
|
||||
SUBDIR += p5-Config-JSON
|
||||
SUBDIR += p5-Config-Model
|
||||
SUBDIR += p5-Config-Objective
|
||||
SUBDIR += p5-Config-Options
|
||||
SUBDIR += p5-Config-Properties
|
||||
SUBDIR += p5-Config-Record
|
||||
SUBDIR += p5-Config-Setting
|
||||
|
21
devel/p5-Config-Options/Makefile
Normal file
21
devel/p5-Config-Options/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-Config-Options
|
||||
# Date created: September 15 2008
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Config-Options
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Provide a configuration hash with options
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Config::Options.3 \
|
||||
Config::Options::Threaded.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Config-Options/distinfo
Normal file
3
devel/p5-Config-Options/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Config-Options-0.08.tar.gz) = 8167ac68027279959ec8152d3fd44bd3
|
||||
SHA256 (Config-Options-0.08.tar.gz) = 9438ca7be65c4fb5750bb462d88296aa223dfe3cb78b5c984f1a3375f666755c
|
||||
SIZE (Config-Options-0.08.tar.gz) = 5989
|
3
devel/p5-Config-Options/pkg-descr
Normal file
3
devel/p5-Config-Options/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Module to provide a configuration hash with option to read from file.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Config-Options/
|
7
devel/p5-Config-Options/pkg-plist
Normal file
7
devel/p5-Config-Options/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Config/Options.pm
|
||||
%%SITE_PERL%%/Config/Options/Threaded.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Options/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Options
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
|
||||
@dirrmtry %%SITE_PERL%%/Config/Options
|
||||
@dirrmtry %%SITE_PERL%%/Config
|
Loading…
Reference in New Issue
Block a user