diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-17 04:58:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-17 04:58:10 +0000 |
commit | 33a726aaaaa286dbb8da6ecd77be1a2416150263 (patch) | |
tree | dcf20d9b35e141e016204092c7d616d3ea1425c2 /devel/p5-Any-Moose-Convert | |
parent | b1d59bd5b4dbda7eb57418ec0558d58ce4325907 (diff) | |
download | ports-33a726aaaaa286dbb8da6ecd77be1a2416150263.tar.gz ports-33a726aaaaa286dbb8da6ecd77be1a2416150263.zip |
- Add p5-Any-Moose-Convert 0.004
Any::Moose::Convert is a tool to convert Moose libraries to Mouse ones, or vice
versa.
WWW: http://search.cpan.org/dist/Any-Moose-Convert/
Notes
Notes:
svn path=/head/; revision=279878
Diffstat (limited to 'devel/p5-Any-Moose-Convert')
-rw-r--r-- | devel/p5-Any-Moose-Convert/Makefile | 36 | ||||
-rw-r--r-- | devel/p5-Any-Moose-Convert/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Any-Moose-Convert/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Any-Moose-Convert/pkg-plist | 7 |
4 files changed, 49 insertions, 0 deletions
diff --git a/devel/p5-Any-Moose-Convert/Makefile b/devel/p5-Any-Moose-Convert/Makefile new file mode 100644 index 000000000000..0c04983cd9fe --- /dev/null +++ b/devel/p5-Any-Moose-Convert/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: p5-Any-Moose-Convert +# Date created: 2011-08-15 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Any-Moose-Convert +PORTVERSION= 0.004 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Convert Moose libraries to Mouse ones, or vice versa + +BUILD_DEPENDS= p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util +RUN_DEPENDS= p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util +TEST_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \ + p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse + +PERL_CONFIGURE= 5.8.1+ + +MAN3= Any::Moose::Convert.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Any-Moose-Convert/distinfo b/devel/p5-Any-Moose-Convert/distinfo new file mode 100644 index 000000000000..0f5b6d431015 --- /dev/null +++ b/devel/p5-Any-Moose-Convert/distinfo @@ -0,0 +1,2 @@ +SHA256 (Any-Moose-Convert-0.004.tar.gz) = 0c1f77775098d0c3828c6a2316cf796baabfbe8843c2bd61d42f043040db8499 +SIZE (Any-Moose-Convert-0.004.tar.gz) = 19774 diff --git a/devel/p5-Any-Moose-Convert/pkg-descr b/devel/p5-Any-Moose-Convert/pkg-descr new file mode 100644 index 000000000000..3c56a5363eb6 --- /dev/null +++ b/devel/p5-Any-Moose-Convert/pkg-descr @@ -0,0 +1,4 @@ +Any::Moose::Convert is a tool to convert Moose libraries to Mouse ones, or vice +versa. + +WWW: http://search.cpan.org/dist/Any-Moose-Convert/ diff --git a/devel/p5-Any-Moose-Convert/pkg-plist b/devel/p5-Any-Moose-Convert/pkg-plist new file mode 100644 index 000000000000..67b640650639 --- /dev/null +++ b/devel/p5-Any-Moose-Convert/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Any/Moose/Convert.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Any/Moose/Convert/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Any/Moose/Convert +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Any/Moose +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Any +@dirrmtry %%SITE_PERL%%/Any/Moose +@dirrmtry %%SITE_PERL%%/Any |