diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:44:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:44:14 +0000 |
commit | 46f9eb7bdb72a12f98990747860f7e9bd8fc9c2d (patch) | |
tree | 9f505daf050a83a37a7110d6acec24fb41a83610 /www/p5-HTTP-WebTest | |
parent | 4f0f40cb05fcf0dafeb29921258f35833e960b6d (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=325960
Diffstat (limited to 'www/p5-HTTP-WebTest')
-rw-r--r-- | www/p5-HTTP-WebTest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTTP-WebTest/Makefile b/www/p5-HTTP-WebTest/Makefile index 3d3021eafeca..d03850f3559f 100644 --- a/www/p5-HTTP-WebTest/Makefile +++ b/www/p5-HTTP-WebTest/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure INSTALL_TARGET= pure_install MAN1= wt.1 |