diff options
author | az <az@FreeBSD.org> | 2013-09-03 00:07:56 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-03 00:07:56 +0800 |
commit | 9715d03b9401cc71e73bef1d6feb9f51e41a92e1 (patch) | |
tree | 6a52660fa683999bdf5894f17b375993be27b7a3 /www/p5-URI-Encode | |
parent | ec361e51c266e3fd6d1e9f46dd6f77b1b4c8fa17 (diff) | |
download | freebsd-ports-gnome-9715d03b9401cc71e73bef1d6feb9f51e41a92e1.tar.gz freebsd-ports-gnome-9715d03b9401cc71e73bef1d6feb9f51e41a92e1.tar.zst freebsd-ports-gnome-9715d03b9401cc71e73bef1d6feb9f51e41a92e1.zip |
- convert to the new perl5 framework
Reviewed by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-URI-Encode')
-rw-r--r-- | www/p5-URI-Encode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-URI-Encode/Makefile b/www/p5-URI-Encode/Makefile index b27d260dea5f..33c481a3a6ff 100644 --- a/www/p5-URI-Encode/Makefile +++ b/www/p5-URI-Encode/Makefile @@ -14,7 +14,8 @@ COMMENT= Simple URI Encoding/Decoding LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::Encode.3 |