svn commit: r412767 - head/devel/p5-MooseX-AttributeShortcuts
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Apr 8 16:28:54 UTC 2016
Author: sunpoet
Date: Fri Apr 8 16:28:53 2016
New Revision: 412767
URL: https://svnweb.freebsd.org/changeset/ports/412767
Log:
- Add LICENSE
- Add NO_ARCH
Modified:
head/devel/p5-MooseX-AttributeShortcuts/Makefile
Modified: head/devel/p5-MooseX-AttributeShortcuts/Makefile
==============================================================================
--- head/devel/p5-MooseX-AttributeShortcuts/Makefile Fri Apr 8 16:28:48 2016 (r412766)
+++ head/devel/p5-MooseX-AttributeShortcuts/Makefile Fri Apr 8 16:28:53 2016 (r412767)
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at 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
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
More information about the svn-ports-all
mailing list