diff options
author | brix <brix@FreeBSD.org> | 2011-10-14 02:40:44 +0800 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2011-10-14 02:40:44 +0800 |
commit | 830fa522085c6b3e9461c7f84b8665f538c7b270 (patch) | |
tree | b6b61f445b8ebd57972fa461078884d82ca73001 /devel | |
parent | 23395af1f91941947e96e40f65191c652c5381fb (diff) | |
download | freebsd-ports-gnome-830fa522085c6b3e9461c7f84b8665f538c7b270.tar.gz freebsd-ports-gnome-830fa522085c6b3e9461c7f84b8665f538c7b270.tar.zst freebsd-ports-gnome-830fa522085c6b3e9461c7f84b8665f538c7b270.zip |
- Add missing dependency
- Pet portlint
PR: ports/161538
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Runtime/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-Module-Runtime/Makefile b/devel/p5-Module-Runtime/Makefile index fe13262700d3..546868886618 100644 --- a/devel/p5-Module-Runtime/Makefile +++ b/devel/p5-Module-Runtime/Makefile @@ -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 |