svn commit: r333760 - head/devel/p5-MooseX-Attribute-Chained
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Nov 14 14:21:47 UTC 2013
Author: sunpoet
Date: Thu Nov 14 14:21:46 2013
New Revision: 333760
URL: http://svnweb.freebsd.org/changeset/ports/333760
Log:
- Add LICENSE
- Support STAGEDIR
Modified:
head/devel/p5-MooseX-Attribute-Chained/Makefile
head/devel/p5-MooseX-Attribute-Chained/pkg-plist (contents, props changed)
Modified: head/devel/p5-MooseX-Attribute-Chained/Makefile
==============================================================================
--- head/devel/p5-MooseX-Attribute-Chained/Makefile Thu Nov 14 14:20:01 2013 (r333759)
+++ head/devel/p5-MooseX-Attribute-Chained/Makefile Thu Nov 14 14:21:46 2013 (r333760)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Attribute that returns the instance to allow for chaining
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -19,12 +22,4 @@ CONFLICTS_INSTALL= p5-MooseX-ChainedAcce
USE_PERL5= modbuild
USES= perl5
-MAN3= Moose::Meta::Attribute::Custom::Trait::Chained.3 \
- MooseX::Attribute::Chained.3 \
- MooseX::Attribute::ChainedClone.3 \
- MooseX::ChainedAccessors.3 \
- MooseX::ChainedAccessors::Accessor.3 \
- MooseX::Traits::Attribute::Chained.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/p5-MooseX-Attribute-Chained/pkg-plist
==============================================================================
--- head/devel/p5-MooseX-Attribute-Chained/pkg-plist Thu Nov 14 14:20:01 2013 (r333759)
+++ head/devel/p5-MooseX-Attribute-Chained/pkg-plist Thu Nov 14 14:21:46 2013 (r333760)
@@ -4,6 +4,12 @@
%%SITE_PERL%%/MooseX/ChainedAccessors.pm
%%SITE_PERL%%/MooseX/ChainedAccessors/Accessor.pm
%%SITE_PERL%%/MooseX/Traits/Attribute/Chained.pm
+%%PERL5_MAN3%%/Moose::Meta::Attribute::Custom::Trait::Chained.3.gz
+%%PERL5_MAN3%%/MooseX::Attribute::Chained.3.gz
+%%PERL5_MAN3%%/MooseX::Attribute::ChainedClone.3.gz
+%%PERL5_MAN3%%/MooseX::ChainedAccessors.3.gz
+%%PERL5_MAN3%%/MooseX::ChainedAccessors::Accessor.3.gz
+%%PERL5_MAN3%%/MooseX::Traits::Attribute::Chained.3.gz
@dirrmtry %%SITE_PERL%%/MooseX/Traits/Attribute
@dirrmtry %%SITE_PERL%%/MooseX/Traits
@dirrmtry %%SITE_PERL%%/MooseX/ChainedAccessors
More information about the svn-ports-all
mailing list