diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 00:28:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 00:28:53 +0800 |
commit | 1c67366474531ef33255a3991a6e6216835310c7 (patch) | |
tree | b661741157b4736e97165d6deb90db45ab2a9842 | |
parent | c6de5b16c1c9ba470795a968ffcc4c5eb8a5b945 (diff) | |
download | freebsd-ports-gnome-1c67366474531ef33255a3991a6e6216835310c7.tar.gz freebsd-ports-gnome-1c67366474531ef33255a3991a6e6216835310c7.tar.zst freebsd-ports-gnome-1c67366474531ef33255a3991a6e6216835310c7.zip |
- Add LICENSE
- Add NO_ARCH
-rw-r--r-- | devel/p5-MooseX-AttributeShortcuts/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-MooseX-AttributeShortcuts/Makefile b/devel/p5-MooseX-AttributeShortcuts/Makefile index 5a375ca8cbc5..9ba465ca12d9 100644 --- a/devel/p5-MooseX-AttributeShortcuts/Makefile +++ b/devel/p5-MooseX-AttributeShortcuts/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Shorthand for common attribute options +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-List-AllUtils>=0:devel/p5-List-AllUtils \ p5-Moose>=0:devel/p5-Moose \ p5-MooseX-Meta-TypeConstraint-Mooish>=0:devel/p5-MooseX-Meta-TypeConstraint-Mooish \ @@ -26,6 +29,7 @@ TEST_DEPENDS= p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class \ p5-Test-Moose-More>=0.018:devel/p5-Test-Moose-More \ p5-Test-Warn>=0:devel/p5-Test-Warn +NO_ARCH= yes USES= perl5 USE_PERL5= configure |