diff options
author | az <az@FreeBSD.org> | 2013-09-16 15:29:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 15:29:08 +0800 |
commit | a9a68a5ef0bae8044ae0450a20bb599f58bec01b (patch) | |
tree | 1d38012c525c65e03b9b9d2c57e389836fd6998c /archivers | |
parent | 4fa0360db68371439a28de4c15588da3f41769e9 (diff) | |
download | freebsd-ports-graphics-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.tar.gz freebsd-ports-graphics-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.tar.zst freebsd-ports-graphics-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 3 | ||||
-rw-r--r-- | archivers/rpm2cpio/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 3392aa8fb4e..19c6dd4ac4c 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl module for creation and manipulation of tar files RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Archive::Tar.3 Archive::Tar::File.3 diff --git a/archivers/rpm2cpio/Makefile b/archivers/rpm2cpio/Makefile index ba5913b6252..e23c9d9fdb0 100644 --- a/archivers/rpm2cpio/Makefile +++ b/archivers/rpm2cpio/Makefile @@ -17,7 +17,7 @@ COMMENT= Convert .rpm files for extraction with /usr/bin/cpio, needs just perl NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes REINPLACE_ARGS= |