Fix dependencies [1]
while here fix licenses Reported by: Geraud CONTINSOUZAS <geraud@gcu.info> (irc) [1]
This commit is contained in:
parent
498a24318a
commit
7c801b712d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282066
1 changed files with 7 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= Config-MVP
|
||||
PORTVERSION= 2.200001
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,12 +14,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Multivalue-property package-oriented configuration
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART20 GPLv1
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0.91:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
|
||||
p5-MooseX-OneArgNew>=0:${PORTSDIR}/devel/p5-MooseX-OneArgNew \
|
||||
p5-Role-HasMessage>=0:${PORTSDIR}/devel/p5-Role-HasMessage \
|
||||
p5-Role-Identifiable>=0:${PORTSDIR}/devel/p5-Role-Identifiable
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
|
Loading…
Reference in a new issue