1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Fix dependencies [1]

while here fix licenses

Reported by:	Geraud CONTINSOUZAS <geraud@gcu.info> (irc) [1]
This commit is contained in:
Baptiste Daroussin 2011-09-20 12:08:52 +00:00
parent 498a24318a
commit 7c801b712d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282066

View File

@ -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