- Add LICENSE
- Support STAGEDIR
This commit is contained in:
parent
6456f25862
commit
c290d1aed4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333760
2 changed files with 9 additions and 8 deletions
|
@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@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-ChainedAccessors-[0-9]*
|
|||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue