diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-05-27 01:48:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-05-27 01:48:03 +0800 |
commit | ef2e4b8cafd56192c43bc2ac3a96ccc4ff4488f1 (patch) | |
tree | 08ae5ea1f371be592341b9448bd075d7c0ba6098 /devel | |
parent | 44a305c3ee666aecf097ba0dd120432700796c39 (diff) | |
download | freebsd-ports-gnome-ef2e4b8cafd56192c43bc2ac3a96ccc4ff4488f1.tar.gz freebsd-ports-gnome-ef2e4b8cafd56192c43bc2ac3a96ccc4ff4488f1.tar.zst freebsd-ports-gnome-ef2e4b8cafd56192c43bc2ac3a96ccc4ff4488f1.zip |
Update to 1.00
- Update WWW
Changes: https://metacpan.org/changes/distribution/Config-INI-Simple
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-INI-Simple/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Config-INI-Simple/distinfo | 5 | ||||
-rw-r--r-- | devel/p5-Config-INI-Simple/pkg-descr | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/p5-Config-INI-Simple/Makefile b/devel/p5-Config-INI-Simple/Makefile index 919928838cae..033be2b2d575 100644 --- a/devel/p5-Config-INI-Simple/Makefile +++ b/devel/p5-Config-INI-Simple/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= Config-INI-Simple -PORTVERSION= 0.02 -PORTREVISION= 1 +PORTVERSION= 1.00 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:TORG PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -14,6 +14,9 @@ COMMENT= Simple reading and writing from an INI file LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BUILD_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp +RUN_DEPENDS:= ${BUILD_DEPENDS} + NO_ARCH= yes USE_PERL5= configure USES= perl5 diff --git a/devel/p5-Config-INI-Simple/distinfo b/devel/p5-Config-INI-Simple/distinfo index 0f8a8a9d995a..64216ef48e39 100644 --- a/devel/p5-Config-INI-Simple/distinfo +++ b/devel/p5-Config-INI-Simple/distinfo @@ -1,2 +1,3 @@ -SHA256 (Config-INI-Simple-0.02.tar.gz) = 7f9de9fb08f7966182e4a4df96d1cb0abf320d229c41a27152fccfb8d8386ecb -SIZE (Config-INI-Simple-0.02.tar.gz) = 3696 +TIMESTAMP = 1527133140 +SHA256 (Config-INI-Simple-1.00.tar.gz) = 4f6e5ce4b168499d7e863ff4760a45f63eb42e4c3744d3dec39c0730cf1165f8 +SIZE (Config-INI-Simple-1.00.tar.gz) = 2601 diff --git a/devel/p5-Config-INI-Simple/pkg-descr b/devel/p5-Config-INI-Simple/pkg-descr index d4a2486b74e4..beaf315ba23c 100644 --- a/devel/p5-Config-INI-Simple/pkg-descr +++ b/devel/p5-Config-INI-Simple/pkg-descr @@ -3,4 +3,4 @@ new object must be created for each INI file (an object keeps all the data read in from an INI which is used on the write method to write to the INI). It also keeps all your comments and original order intact. -WWW: http://search.cpan.org/dist/Config-INI-Simple/ +WWW: https://metacpan.org/release/TORG/Config-INI-Simple-1.00 |