diff options
author | az <az@FreeBSD.org> | 2013-09-03 21:06:13 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-03 21:06:13 +0800 |
commit | fab6f03b31c14abda71e26bc77faec3b27d71ce7 (patch) | |
tree | c9e3d9680f9006b0e8740933251361b2e6e5c3e4 /www/p5-Plack-Middleware-JSConcat | |
parent | 8d1cee11c2f1b6156ce31a01ad266e9416ed4f9c (diff) | |
download | freebsd-ports-gnome-fab6f03b31c14abda71e26bc77faec3b27d71ce7.tar.gz freebsd-ports-gnome-fab6f03b31c14abda71e26bc77faec3b27d71ce7.tar.zst freebsd-ports-gnome-fab6f03b31c14abda71e26bc77faec3b27d71ce7.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-Plack-Middleware-JSConcat')
-rw-r--r-- | www/p5-Plack-Middleware-JSConcat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Plack-Middleware-JSConcat/Makefile b/www/p5-Plack-Middleware-JSConcat/Makefile index 5524f42dfdc7..935b3f011a9d 100644 --- a/www/p5-Plack-Middleware-JSConcat/Makefile +++ b/www/p5-Plack-Middleware-JSConcat/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::JSConcat.3 |