diff options
author | az <az@FreeBSD.org> | 2013-09-07 01:55:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-07 01:55:21 +0800 |
commit | 3a670fd576d40ac28d44b8bd43bc2ea54e917cd8 (patch) | |
tree | b1c1cb465dd8d575b42e44b3e1828fda7fa68afa /archivers/p5-IO-Zlib | |
parent | 8b7c7bb39b1b5e3979fede65e5250d5d2ac12181 (diff) | |
download | freebsd-ports-gnome-3a670fd576d40ac28d44b8bd43bc2ea54e917cd8.tar.gz freebsd-ports-gnome-3a670fd576d40ac28d44b8bd43bc2ea54e917cd8.tar.zst freebsd-ports-gnome-3a670fd576d40ac28d44b8bd43bc2ea54e917cd8.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'archivers/p5-IO-Zlib')
-rw-r--r-- | archivers/p5-IO-Zlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/p5-IO-Zlib/Makefile b/archivers/p5-IO-Zlib/Makefile index d88511a79c46..e7dd854f62af 100644 --- a/archivers/p5-IO-Zlib/Makefile +++ b/archivers/p5-IO-Zlib/Makefile @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= IO:: style interface to Compress::Zlib -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::Zlib.3 .include <bsd.port.mk> |