diff options
Diffstat (limited to 'www/p5-ModPerl-VersionUtil/Makefile')
-rw-r--r-- | www/p5-ModPerl-VersionUtil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-ModPerl-VersionUtil/Makefile b/www/p5-ModPerl-VersionUtil/Makefile index 0cbb33e28270..5789f0d9f0a2 100644 --- a/www/p5-ModPerl-VersionUtil/Makefile +++ b/www/p5-ModPerl-VersionUtil/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Makes it easier to investigate your mod_perl version -RUN_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable +BUILD_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 |