diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-08-06 08:03:52 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-08-06 08:03:52 +0000 |
commit | 9bb16a96a346d4c10541421482ceac831cf26d46 (patch) | |
tree | 133a168db27580d32a9d3729cd436309d438b120 | |
parent | 9a3f9fa589b6d8a876cd01566e3d34e008964878 (diff) | |
download | freebsd-ports-9bb16a96a346d4c10541421482ceac831cf26d46.zip |
- Convert to new perl5 framefork
Reported by: az@
-rw-r--r-- | www/p5-Dancer2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index e6ca1652fee1..1ce54076dee4 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -42,7 +42,8 @@ TEST_DEPENDS= \ p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= dancer2.1 MAN3= Dancer2.3 \ |