diff options
author | az <az@FreeBSD.org> | 2013-09-03 20:27:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-03 20:27:09 +0800 |
commit | 024ca36211356b1224a313860038680afde7f126 (patch) | |
tree | c7bcb63426e00c949d8dddb681b5d840a7a84003 /www/p5-POEx-Role-PSGIServer | |
parent | 7fcb402a5bdc8f1c587a67472ffd54663304f2fd (diff) | |
download | freebsd-ports-gnome-024ca36211356b1224a313860038680afde7f126.tar.gz freebsd-ports-gnome-024ca36211356b1224a313860038680afde7f126.tar.zst freebsd-ports-gnome-024ca36211356b1224a313860038680afde7f126.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-POEx-Role-PSGIServer')
-rw-r--r-- | www/p5-POEx-Role-PSGIServer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-POEx-Role-PSGIServer/Makefile b/www/p5-POEx-Role-PSGIServer/Makefile index d9d7db4e41ef..8e1f76f30f99 100644 --- a/www/p5-POEx-Role-PSGIServer/Makefile +++ b/www/p5-POEx-Role-PSGIServer/Makefile @@ -34,7 +34,8 @@ TEST_DEPENDS= p5-HTTP-Parser-XS>=0:${PORTSDIR}/www/p5-HTTP-Parser-XS \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POEx::Role::PSGIServer.3 \ POEx::Role::PSGIServer::ProxyWriter.3 \ |