diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-01 11:16:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-01 11:16:27 +0000 |
commit | 57ee7da4f11c3a76d5212113d90030d212659a3c (patch) | |
tree | 2a73eb47528cb24cf5d63f71ce5f4d776113c09a | |
parent | d141d68c909d50e69ae88b5f587bdb8ea10c52d4 (diff) |
Notes
-rw-r--r-- | devel/p5-Config-Any/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-Config-Any/distinfo | 4 |
2 files changed, 16 insertions, 15 deletions
diff --git a/devel/p5-Config-Any/Makefile b/devel/p5-Config-Any/Makefile index c18e2fb79aca..79b2ce94a86b 100644 --- a/devel/p5-Config-Any/Makefile +++ b/devel/p5-Config-Any/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Any -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,26 +18,27 @@ OPTIONS_DEFAULT=GENERAL INI JSON XML YAML GENERAL_DESC= Generic Config format support +NO_ARCH= yes USES= perl5 USE_PERL5= configure -GENERAL_BUILD_DEPENDS= p5-Config-General>=2.47:${PORTSDIR}/devel/p5-Config-General -GENERAL_RUN_DEPENDS= p5-Config-General>=2.47:${PORTSDIR}/devel/p5-Config-General -INI_BUILD_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny -INI_RUN_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny -JSON_BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS -JSON_RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS -XML_BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -XML_RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -YAML_BUILD_DEPENDS= p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML -YAML_RUN_DEPENDS= p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML +GENERAL_BUILD_DEPENDS= p5-Config-General>=2.47:devel/p5-Config-General +GENERAL_RUN_DEPENDS= p5-Config-General>=2.47:devel/p5-Config-General +INI_BUILD_DEPENDS= p5-Config-Tiny>=0:devel/p5-Config-Tiny +INI_RUN_DEPENDS= p5-Config-Tiny>=0:devel/p5-Config-Tiny +JSON_BUILD_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS +JSON_RUN_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS +XML_BUILD_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple +XML_RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple +YAML_BUILD_DEPENDS= p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML +YAML_RUN_DEPENDS= p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 502000 # Module::Pluggable was first released with perl v5.8.9 and removed from v5.19.0 -BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +BUILD_DEPENDS+= p5-Module-Pluggable>=3.6:devel/p5-Module-Pluggable +RUN_DEPENDS+= p5-Module-Pluggable>=3.6:devel/p5-Module-Pluggable .endif .include <bsd.port.post.mk> diff --git a/devel/p5-Config-Any/distinfo b/devel/p5-Config-Any/distinfo index bf08674c7f9d..068b9b1f7310 100644 --- a/devel/p5-Config-Any/distinfo +++ b/devel/p5-Config-Any/distinfo @@ -1,2 +1,2 @@ -SHA256 (Config-Any-0.26.tar.gz) = f9ae12d5c1f084385dd9d55dd25c09a6f69f1a76c938d4d06ea3c6d85710a594 -SIZE (Config-Any-0.26.tar.gz) = 35193 +SHA256 (Config-Any-0.27.tar.gz) = 836f6dfff4a7ca2b05cf72e81848f9904ef2b61690f382a76819dc4853289cde +SIZE (Config-Any-0.27.tar.gz) = 34862 |