diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 13:06:13 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 13:06:13 +0000 |
commit | ef05e0d12dca80bb6ebc80a7cf919bd50784d010 (patch) | |
tree | c9e3d9680f9006b0e8740933251361b2e6e5c3e4 /www/p5-WWW-iTunesConnect | |
parent | 3ce471e3494d192f0167863779be92b7e83cd9da (diff) | |
download | ports-ef05e0d12dca80bb6ebc80a7cf919bd50784d010.tar.gz ports-ef05e0d12dca80bb6ebc80a7cf919bd50784d010.zip |
Notes
Diffstat (limited to 'www/p5-WWW-iTunesConnect')
-rw-r--r-- | www/p5-WWW-iTunesConnect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-WWW-iTunesConnect/Makefile b/www/p5-WWW-iTunesConnect/Makefile index e82fb8af9e57..53b9e92fc603 100644 --- a/www/p5-WWW-iTunesConnect/Makefile +++ b/www/p5-WWW-iTunesConnect/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-HTML-Form>=0:${PORTSDIR}/www/p5-HTML-Form RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= WWW::iTunesConnect.3 |