diff options
Diffstat (limited to 'www/p5-Apache-Session/Makefile')
-rw-r--r-- | www/p5-Apache-Session/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index 45ebfa9fb715..af431999cf7c 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -10,15 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Persistence framework for session data -MAKE_JOBS_SAFE= yes - BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS+= p5-Test-Deep>=0.082:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Database>=0:${PORTSDIR}/databases/p5-Test-Database -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Apache::Session.3 \ Apache::Session::DB_File.3 \ |