diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 21:53:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 21:53:31 +0000 |
commit | fd6cba991e7ff8b33b119a11670b5772466e3a8d (patch) | |
tree | 2bfdeb9cc8e208eee36ce5577b15c27bcc62235d /devel/p5-Log-Dispatch-Configurator-YAML | |
parent | e257fefc35ec6ab7f5c1738a8892832816d1f87d (diff) | |
download | ports-fd6cba991e7ff8b33b119a11670b5772466e3a8d.tar.gz ports-fd6cba991e7ff8b33b119a11670b5772466e3a8d.zip |
Notes
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 |