diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-05 03:17:20 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-05 03:17:20 +0000 |
commit | c0cd4f97b941305f7fcc07f0397a077707fea14e (patch) | |
tree | 466e7c71fccabeb445294a6910462638e1bb8294 /devel | |
parent | 66b73ba2e04061d6ee668de0c8130ff546a54f94 (diff) | |
download | ports-c0cd4f97b941305f7fcc07f0397a077707fea14e.tar.gz ports-c0cd4f97b941305f7fcc07f0397a077707fea14e.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-MooseX-Role-Loggable/Makefile | 32 | ||||
-rw-r--r-- | devel/p5-MooseX-Role-Loggable/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-MooseX-Role-Loggable/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-MooseX-Role-Loggable/pkg-plist | 7 |
5 files changed, 45 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7b049b6ae780..13d21152d726 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2090,6 +2090,7 @@ SUBDIR += p5-MooseX-POE SUBDIR += p5-MooseX-Params-Validate SUBDIR += p5-MooseX-RelatedClassRoles + SUBDIR += p5-MooseX-Role-Loggable SUBDIR += p5-MooseX-Role-Parameterized SUBDIR += p5-MooseX-Role-WithOverloading SUBDIR += p5-MooseX-Runnable diff --git a/devel/p5-MooseX-Role-Loggable/Makefile b/devel/p5-MooseX-Role-Loggable/Makefile new file mode 100644 index 000000000000..fb863fb8c915 --- /dev/null +++ b/devel/p5-MooseX-Role-Loggable/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-MooseX-Role-Loggable +# Date created: 2012-02-04 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= MooseX-Role-Loggable +PORTVERSION= 0.007 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +#MASTER_SITE_SUBDIR= +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Extensive, yet simple, logging role using Log::Dispatchouli + +BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Log-Dispatchouli>=0:${PORTSDIR}/devel/p5-Log-Dispatchouli \ + p5-Sys-Syslog>=0.16:${PORTSDIR}/sysutils/p5-Sys-Syslog \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \ + p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp +RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Log-Dispatchouli>=0:${PORTSDIR}/devel/p5-Log-Dispatchouli \ + p5-Sys-Syslog>=0.16:${PORTSDIR}/sysutils/p5-Sys-Syslog \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean + +PERL_CONFIGURE= yes + +MAN3= MooseX::Role::Loggable.3 + +.include <bsd.port.mk> diff --git a/devel/p5-MooseX-Role-Loggable/distinfo b/devel/p5-MooseX-Role-Loggable/distinfo new file mode 100644 index 000000000000..347d969f0ab3 --- /dev/null +++ b/devel/p5-MooseX-Role-Loggable/distinfo @@ -0,0 +1,2 @@ +SHA256 (MooseX-Role-Loggable-0.007.tar.gz) = 436d6a4a55255211e5c608879dd679a10f78a4b18f40c074200178fb5b2eac1d +SIZE (MooseX-Role-Loggable-0.007.tar.gz) = 12673 diff --git a/devel/p5-MooseX-Role-Loggable/pkg-descr b/devel/p5-MooseX-Role-Loggable/pkg-descr new file mode 100644 index 000000000000..1253a524ca8c --- /dev/null +++ b/devel/p5-MooseX-Role-Loggable/pkg-descr @@ -0,0 +1,3 @@ +Extensive, yet simple, logging role using Log::Dispatchouli + +WWW: http://search.cpan.org/dist/MooseX-Role-Loggable/ diff --git a/devel/p5-MooseX-Role-Loggable/pkg-plist b/devel/p5-MooseX-Role-Loggable/pkg-plist new file mode 100644 index 000000000000..550d6e6cc631 --- /dev/null +++ b/devel/p5-MooseX-Role-Loggable/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/MooseX/Role/Loggable.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Role/Loggable/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Role/Loggable +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Role +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX +@dirrmtry %%SITE_PERL%%/MooseX/Role +@dirrmtry %%SITE_PERL%%/MooseX |