diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-02-02 04:58:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-02-02 04:58:58 +0800 |
commit | 0b7b0214a260183ee1a489cc420dd9797a853092 (patch) | |
tree | 0915c2349bb05f6849176e3c8e68599e30085d45 | |
parent | 843c8f6c37cc5e0c2a430d2997f57007db17d3f4 (diff) | |
download | freebsd-ports-gnome-0b7b0214a260183ee1a489cc420dd9797a853092.tar.gz freebsd-ports-gnome-0b7b0214a260183ee1a489cc420dd9797a853092.tar.zst freebsd-ports-gnome-0b7b0214a260183ee1a489cc420dd9797a853092.zip |
- Update to 1.122640
- Add LICENSE
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Log-Dispatch-Configurator-Any/Changes
-rw-r--r-- | devel/p5-Log-Dispatch-Configurator-Any/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Configurator-Any/distinfo | 4 |
2 files changed, 11 insertions, 13 deletions
diff --git a/devel/p5-Log-Dispatch-Configurator-Any/Makefile b/devel/p5-Log-Dispatch-Configurator-Any/Makefile index e58c0272d373..909197b09e82 100644 --- a/devel/p5-Log-Dispatch-Configurator-Any/Makefile +++ b/devel/p5-Log-Dispatch-Configurator-Any/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Log-Dispatch-Configurator-Any -# Date created: 2011-10-05 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Log-Dispatch-Configurator-Any -PORTVERSION= 1.110.690 +PORTVERSION= 1.122.640 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,15 +11,17 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Configurator implementation with Config::Any +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Config-Any>=0.15:${PORTSDIR}/devel/p5-Config-Any \ p5-Log-Dispatch>=2.23:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config -RUN_DEPENDS= p5-Config-Any>=0.15:${PORTSDIR}/devel/p5-Config-Any \ - p5-Log-Dispatch>=2.23:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config - +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \ - p5-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny + p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Dispatch-Configurator-Any/distinfo b/devel/p5-Log-Dispatch-Configurator-Any/distinfo index ab9926705c73..50e7d643edfb 100644 --- a/devel/p5-Log-Dispatch-Configurator-Any/distinfo +++ b/devel/p5-Log-Dispatch-Configurator-Any/distinfo @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-Configurator-Any-1.110690.tar.gz) = 0d11cee6a43d237be139ae23c00fef082369d462f24c51ef878963d62ca02fcf -SIZE (Log-Dispatch-Configurator-Any-1.110690.tar.gz) = 13952 +SHA256 (Log-Dispatch-Configurator-Any-1.122640.tar.gz) = e9900c7c510b27d96eeb5ab28afc2780ccce19558f24daf649810514a11f41c8 +SIZE (Log-Dispatch-Configurator-Any-1.122640.tar.gz) = 14051 |