mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Add missing dependency
- Pet portlint PR: ports/161538 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
This commit is contained in:
parent
a5ad4bc26f
commit
4796996821
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283485
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Module-Runtime
|
||||
PORTVERSION= 0.010
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,11 +15,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= brix@FreeBSD.org
|
||||
COMMENT= Perl module for runtime module handling
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
|
||||
RUN_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
|
||||
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent \
|
||||
${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Module::Runtime.3
|
||||
|
Loading…
Reference in New Issue
Block a user