diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-MooseX-InsideOut/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-MooseX-InsideOut/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-MooseX-InsideOut/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-MooseX-InsideOut/pkg-plist | 13 |
5 files changed, 47 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index dcebe8de6ba4..e2d2aedf6551 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1708,6 +1708,7 @@ SUBDIR += p5-MooseX-Getopt SUBDIR += p5-MooseX-Has-Sugar SUBDIR += p5-MooseX-IOC + SUBDIR += p5-MooseX-InsideOut SUBDIR += p5-MooseX-LazyRequire SUBDIR += p5-MooseX-Log-Log4perl SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion diff --git a/devel/p5-MooseX-InsideOut/Makefile b/devel/p5-MooseX-InsideOut/Makefile new file mode 100644 index 000000000000..fe06a248b4ed --- /dev/null +++ b/devel/p5-MooseX-InsideOut/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: MooseX-InsideOut +# Whom: gugu +# Date created: 03 December 2009 +# $FreeBSD$ +# Generated with portupload. Do not edit directly, please + +PORTNAME= MooseX-InsideOut +PORTVERSION= 0.104 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrey@kostenko.name +COMMENT= Inside-out objects with Moose + +BUILD_DEPENDS= p5-Class-MOP>=0.80:${PORTSDIR}/devel/p5-Class-MOP \ + p5-Hash-Util-FieldHash-Compat>=0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat \ + p5-Moose>=0.73:${PORTSDIR}/devel/p5-Moose \ + p5-namespace-clean>=0.11:${PORTSDIR}/devel/p5-namespace-clean +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= MooseX::InsideOut.3 \ + MooseX::InsideOut::Role::Meta::Instance.3 + +.include <bsd.port.mk> diff --git a/devel/p5-MooseX-InsideOut/distinfo b/devel/p5-MooseX-InsideOut/distinfo new file mode 100644 index 000000000000..8942823032fc --- /dev/null +++ b/devel/p5-MooseX-InsideOut/distinfo @@ -0,0 +1,3 @@ +MD5 (MooseX-InsideOut-0.104.tar.gz) = 88e88464b7a017e784c88b170815aafa +SHA256 (MooseX-InsideOut-0.104.tar.gz) = fcaa3e406323904a8c83a5c7e0f1e6bfaaee0baac4df769d749e81bee8ea2531 +SIZE (MooseX-InsideOut-0.104.tar.gz) = 10930 diff --git a/devel/p5-MooseX-InsideOut/pkg-descr b/devel/p5-MooseX-InsideOut/pkg-descr new file mode 100644 index 000000000000..bc390d53fb73 --- /dev/null +++ b/devel/p5-MooseX-InsideOut/pkg-descr @@ -0,0 +1,3 @@ +MooseX::InsideOut is a inside-out objects with Moose. + +WWW: http://search.cpan.org/~HDP/MooseX-InsideOut diff --git a/devel/p5-MooseX-InsideOut/pkg-plist b/devel/p5-MooseX-InsideOut/pkg-plist new file mode 100644 index 000000000000..3a6872d3afca --- /dev/null +++ b/devel/p5-MooseX-InsideOut/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/MooseX/InsideOut.pm +%%SITE_PERL%%/MooseX/InsideOut/Role/Meta/Instance.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/InsideOut/.packlist +@dirrmtry %%SITE_PERL%%/MooseX/InsideOut/Role/Meta +@dirrmtry %%SITE_PERL%%/MooseX/InsideOut/Role +@dirrmtry %%SITE_PERL%%/MooseX/InsideOut +@dirrmtry %%SITE_PERL%%/MooseX +@dirrmtry %%SITE_PERL%% +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/InsideOut +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry blib/script |