diff options
author | az <az@FreeBSD.org> | 2013-09-02 18:00:38 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 18:00:38 +0800 |
commit | 207bb4c7549f0cc9a4a9561472ed66959c20eb9b (patch) | |
tree | 068a07562a1372ec07bf2b251c30ed8bb4b8b553 /www/p5-WWW-Plurk | |
parent | 3316fa57f67f3e455c285eda28fb2eef1d72ccbc (diff) | |
download | freebsd-ports-gnome-207bb4c7549f0cc9a4a9561472ed66959c20eb9b.tar.gz freebsd-ports-gnome-207bb4c7549f0cc9a4a9561472ed66959c20eb9b.tar.zst freebsd-ports-gnome-207bb4c7549f0cc9a4a9561472ed66959c20eb9b.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-WWW-Plurk')
-rw-r--r-- | www/p5-WWW-Plurk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-WWW-Plurk/Makefile b/www/p5-WWW-Plurk/Makefile index 1b64f52468ac..0fba267ff259 100644 --- a/www/p5-WWW-Plurk/Makefile +++ b/www/p5-WWW-Plurk/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mai BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Plurk.3 WWW::Plurk::Friend.3 WWW::Plurk::Message.3 |