diff options
author | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
commit | 8097b663e50ab32273b5f98b9a338bc90d672cc4 (patch) | |
tree | 93d2de2f9a4bf6801932ddc030f955193b833745 /converters/p5-URI-UTF8-Punycode | |
parent | 891b9180e52d3411847318aa83e36de37c7508c6 (diff) | |
download | freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.gz freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.zst freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'converters/p5-URI-UTF8-Punycode')
-rw-r--r-- | converters/p5-URI-UTF8-Punycode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-URI-UTF8-Punycode/Makefile b/converters/p5-URI-UTF8-Punycode/Makefile index d8f6a5040f4c..fa529a2c4114 100644 --- a/converters/p5-URI-UTF8-Punycode/Makefile +++ b/converters/p5-URI-UTF8-Punycode/Makefile @@ -12,7 +12,8 @@ COMMENT= Punycode conversion of UTF-8 string LICENSE= GPLv3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::UTF8::Punycode.3 |