diff options
author | az <az@FreeBSD.org> | 2013-09-11 14:03:56 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 14:03:56 +0800 |
commit | 4450b7cdf46a83c66afc9368754b5754e6614774 (patch) | |
tree | 42da9790dad9f952223e84038458c1f2f84752a4 /textproc/p5-Net-IDN-Encode | |
parent | a69831716894d235077ce33430976de0e08975ab (diff) | |
download | freebsd-ports-gnome-4450b7cdf46a83c66afc9368754b5754e6614774.tar.gz freebsd-ports-gnome-4450b7cdf46a83c66afc9368754b5754e6614774.tar.zst freebsd-ports-gnome-4450b7cdf46a83c66afc9368754b5754e6614774.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-Net-IDN-Encode')
-rw-r--r-- | textproc/p5-Net-IDN-Encode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Net-IDN-Encode/Makefile b/textproc/p5-Net-IDN-Encode/Makefile index eac6872a59b1..6d7842315b92 100644 --- a/textproc/p5-Net-IDN-Encode/Makefile +++ b/textproc/p5-Net-IDN-Encode/Makefile @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Net-IDN-Nameprep>=0:${PORTSDIR}/converters/p5-Net-IDN-Nameprep BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::IDN::Encode.3 Net::IDN::Overview.3 Net::IDN::Punycode.3 \ Net::IDN::Punycode::PP.3 Net::IDN::Standards.3 \ |