diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 01:55:21 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 01:55:21 +0800 |
commit | a6664fc48b70c7e3262db18e41c9b98c82dac342 (patch) | |
tree | b1c1cb465dd8d575b42e44b3e1828fda7fa68afa /archivers | |
parent | 9b8328d369d389231ba5c69130c335963872cefa (diff) | |
download | freebsd-ports-gnome-a6664fc48b70c7e3262db18e41c9b98c82dac342.tar.gz freebsd-ports-gnome-a6664fc48b70c7e3262db18e41c9b98c82dac342.tar.zst freebsd-ports-gnome-a6664fc48b70c7e3262db18e41c9b98c82dac342.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Any-Plugin-Rar/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Compress-Bzip2/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-IO-Zlib/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/archivers/p5-Archive-Any-Plugin-Rar/Makefile b/archivers/p5-Archive-Any-Plugin-Rar/Makefile index d20b14794a8b..8257300fcbcc 100644 --- a/archivers/p5-Archive-Any-Plugin-Rar/Makefile +++ b/archivers/p5-Archive-Any-Plugin-Rar/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Archive-Any>=0:${PORTSDIR}/archivers/p5-Archive-Any \ p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Archive::Any::Plugin::Rar.3 .include <bsd.port.mk> diff --git a/archivers/p5-Compress-Bzip2/Makefile b/archivers/p5-Compress-Bzip2/Makefile index f11e5778ecb5..827ccb8a499a 100644 --- a/archivers/p5-Compress-Bzip2/Makefile +++ b/archivers/p5-Compress-Bzip2/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 interface to bzip2 compression library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Compress::Bzip2.3 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> |