diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-06 05:53:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-06 05:53:31 +0800 |
commit | c735a33d67798b1ba71a2ba928ff3ca2e5f0532f (patch) | |
tree | 91a936e01d719c9d2f8ebefaa8b60947169441e1 /devel/p5-Log-Dispatch-Configurator-YAML | |
parent | 475b89862fe21c191baa05bd42ad34a3c86e4b4e (diff) | |
download | freebsd-ports-gnome-c735a33d67798b1ba71a2ba928ff3ca2e5f0532f.tar.gz freebsd-ports-gnome-c735a33d67798b1ba71a2ba928ff3ca2e5f0532f.tar.zst freebsd-ports-gnome-c735a33d67798b1ba71a2ba928ff3ca2e5f0532f.zip |
Implementation of Log::Dispatch::Configurator using YAML format.
WWW: http://search.cpan.org/dist/Log-Dispatch-Configurator-YAML/
PR: ports/124260
Submitted by: Oleg Mamontov <oleg at mamontov.net>
Diffstat (limited to 'devel/p5-Log-Dispatch-Configurator-YAML')
-rw-r--r-- | devel/p5-Log-Dispatch-Configurator-YAML/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Configurator-YAML/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Configurator-YAML/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Configurator-YAML/pkg-plist | 10 |
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch-Configurator-YAML/Makefile b/devel/p5-Log-Dispatch-Configurator-YAML/Makefile new file mode 100644 index 000000000000..16be9fc250a3 --- /dev/null +++ b/devel/p5-Log-Dispatch-Configurator-YAML/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Log-Dispatch-Configurator-YAML +# Date created: 28 May 2008 +# Whom: Oleg Mamontov <oleg@mamontov.net> +# +# $FreeBSD$ +# + +PORTNAME= Log-Dispatch-Configurator-YAML +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= oleg@mamontov.net +COMMENT= Configurator implementation with YAML + +RUN_DEPENDS= p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML + +PERL_CONFIGURE= yes + +MAN3= Log::Dispatch::Configurator::YAML.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Log-Dispatch-Configurator-YAML/distinfo b/devel/p5-Log-Dispatch-Configurator-YAML/distinfo new file mode 100644 index 000000000000..e09398d6e3bc --- /dev/null +++ b/devel/p5-Log-Dispatch-Configurator-YAML/distinfo @@ -0,0 +1,3 @@ +MD5 (Log-Dispatch-Configurator-YAML-0.03.tar.gz) = 962829642adc6be5c70a33201832ad2a +SHA256 (Log-Dispatch-Configurator-YAML-0.03.tar.gz) = 7d86d816be96c07857d63ca10457c386061a34707fa4f550a081f35dc3c35f75 +SIZE (Log-Dispatch-Configurator-YAML-0.03.tar.gz) = 12687 diff --git a/devel/p5-Log-Dispatch-Configurator-YAML/pkg-descr b/devel/p5-Log-Dispatch-Configurator-YAML/pkg-descr new file mode 100644 index 000000000000..ec72dd4b7239 --- /dev/null +++ b/devel/p5-Log-Dispatch-Configurator-YAML/pkg-descr @@ -0,0 +1,3 @@ +Implementation of Log::Dispatch::Configurator using YAML format. + +WWW: http://search.cpan.org/dist/Log-Dispatch-Configurator-YAML/ diff --git a/devel/p5-Log-Dispatch-Configurator-YAML/pkg-plist b/devel/p5-Log-Dispatch-Configurator-YAML/pkg-plist new file mode 100644 index 000000000000..60737cba0924 --- /dev/null +++ b/devel/p5-Log-Dispatch-Configurator-YAML/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Log/Dispatch/Configurator/YAML.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Configurator/YAML/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Configurator/YAML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Configurator +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log +@dirrmtry %%SITE_PERL%%/Log/Dispatch/Configurator +@dirrmtry %%SITE_PERL%%/Log/Dispatch +@dirrmtry %%SITE_PERL%%/Log |