mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 2.72
- Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Config-IniFiles/Changes PR: ports/167633 Submitted by: sunpoet (myself) Approved by: Cezary Morga <cm@therek.net> (maintainer)
This commit is contained in:
parent
155dee0f90
commit
75ee25e997
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296197
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Config-IniFiles
|
||||
PORTVERSION= 2.71
|
||||
PORTVERSION= 2.72
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,11 +14,16 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= cm@therek.net
|
||||
COMMENT= Perl5 module for reading .ini-style configuration files
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Config::IniFiles.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Config-IniFiles-2.71.tar.gz) = 853b97d6e33f4a63c121408d9aed1a85597de95d0769ec249e1739dfe51c42c4
|
||||
SIZE (Config-IniFiles-2.71.tar.gz) = 60175
|
||||
SHA256 (Config-IniFiles-2.72.tar.gz) = 6ec0a7fee53d47ca03f6f52c05dbe4c0f2788b6fe7b1f765c40a34cd81e80b91
|
||||
SIZE (Config-IniFiles-2.72.tar.gz) = 61256
|
||||
|
@ -1,2 +1,5 @@
|
||||
%%SITE_PERL%%/Config/IniFiles.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
|
||||
@dirrmtry %%SITE_PERL%%/Config
|
||||
|
Loading…
Reference in New Issue
Block a user