diff options
author | wen <wen@FreeBSD.org> | 2010-11-25 16:27:57 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-11-25 16:27:57 +0800 |
commit | 6071a83905cb31a15bf20837df4cdeaaa656b8c6 (patch) | |
tree | e80d1116723ddf8cea08cd11f35325406c8971f3 /devel | |
parent | 0fdc2e50ef5e6a37fd6a6f68a39ace67f0514cfc (diff) | |
download | freebsd-ports-gnome-6071a83905cb31a15bf20837df4cdeaaa656b8c6.tar.gz freebsd-ports-gnome-6071a83905cb31a15bf20837df4cdeaaa656b8c6.tar.zst freebsd-ports-gnome-6071a83905cb31a15bf20837df4cdeaaa656b8c6.zip |
MooseX-Attribute-ENV is a Moose attribute trait that you use when
you want the default value for an attribute to be populated from
the %ENV hash.
WWW: http://search.cpan.org/dist/MooseX-Attribute-ENV/
PR: ports/152408
Submitted by: Alan Snelson <Alan@Wave2.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-MooseX-Attribute-ENV/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-MooseX-Attribute-ENV/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-MooseX-Attribute-ENV/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-MooseX-Attribute-ENV/pkg-plist | 7 |
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index de33347564e1..55efcd92e491 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1917,6 +1917,7 @@ SUBDIR += p5-MooseX-Aliases SUBDIR += p5-MooseX-App-Cmd SUBDIR += p5-MooseX-Async + SUBDIR += p5-MooseX-Attribute-ENV SUBDIR += p5-MooseX-AttributeHelpers SUBDIR += p5-MooseX-ClassAttribute SUBDIR += p5-MooseX-Clone diff --git a/devel/p5-MooseX-Attribute-ENV/Makefile b/devel/p5-MooseX-Attribute-ENV/Makefile new file mode 100644 index 000000000000..d6b95196ffd8 --- /dev/null +++ b/devel/p5-MooseX-Attribute-ENV/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-MooseX-Attribute-ENV +# Date created: 18 November 2010 +# Whom: alan <Alan@Wave2.org> +# +# $FreeBSD$ +# + +PORTNAME= MooseX-Attribute-ENV +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= Alan@Wave2.org +COMMENT= Set default of an attribute to a value from %ENV + +RUN_DEPENDS= p5-Moose>=1.19:${PORTSDIR}/devel/p5-Moose + +PERL_CONFIGURE= 5.8.8+ + +MAN3= MooseX::Attribute::ENV.3 + +.include <bsd.port.mk> diff --git a/devel/p5-MooseX-Attribute-ENV/distinfo b/devel/p5-MooseX-Attribute-ENV/distinfo new file mode 100644 index 000000000000..6c1f593e7741 --- /dev/null +++ b/devel/p5-MooseX-Attribute-ENV/distinfo @@ -0,0 +1,2 @@ +SHA256 (MooseX-Attribute-ENV-0.01.tar.gz) = 15a51a4b140ad0f3e38855f892a210da0b8694a6bcffaab99a0e6942168525f5 +SIZE (MooseX-Attribute-ENV-0.01.tar.gz) = 21670 diff --git a/devel/p5-MooseX-Attribute-ENV/pkg-descr b/devel/p5-MooseX-Attribute-ENV/pkg-descr new file mode 100644 index 000000000000..967dcd41672e --- /dev/null +++ b/devel/p5-MooseX-Attribute-ENV/pkg-descr @@ -0,0 +1,5 @@ +MooseX-Attribute-ENV is a Moose attribute trait that you use when +you want the default value for an attribute to be populated from +the %ENV hash. + +WWW: http://search.cpan.org/dist/MooseX-Attribute-ENV/ diff --git a/devel/p5-MooseX-Attribute-ENV/pkg-plist b/devel/p5-MooseX-Attribute-ENV/pkg-plist new file mode 100644 index 000000000000..3119d3447de6 --- /dev/null +++ b/devel/p5-MooseX-Attribute-ENV/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Attribute/ENV/.packlist +%%SITE_PERL%%/MooseX/Attribute/ENV.pm +@dirrmtry %%SITE_PERL%%/MooseX/Attribute +@dirrmtry %%SITE_PERL%%/MooseX +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Attribute/ENV +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Attribute +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX |