aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Archive-Extract/Makefile
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-16 06:03:32 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-16 06:03:32 +0800
commitfe84f333203c4c20e5960b563fb693f3451976e9 (patch)
tree022cab6ae091261e56775d5540ed5d26e52a8136 /archivers/p5-Archive-Extract/Makefile
parent6a0b4766c6264f12ec059649852a010b39ae7791 (diff)
downloadfreebsd-ports-gnome-fe84f333203c4c20e5960b563fb693f3451976e9.tar.gz
freebsd-ports-gnome-fe84f333203c4c20e5960b563fb693f3451976e9.tar.zst
freebsd-ports-gnome-fe84f333203c4c20e5960b563fb693f3451976e9.zip
- Update to 0.32
Chage: http://search.cpan.org/src/KANE/Archive-Extract-0.32/CHANGES
Diffstat (limited to 'archivers/p5-Archive-Extract/Makefile')
-rw-r--r--archivers/p5-Archive-Extract/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile
index eae7b90c4d3e..7e4251f01a64 100644
--- a/archivers/p5-Archive-Extract/Makefile
+++ b/archivers/p5-Archive-Extract/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Archive-Extract
-PORTVERSION= 0.30
+PORTVERSION= 0.32
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A generic archive extracting mechanism
-RUN_DEPENDS= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd
+RUN_DEPENDS= ${BUILD_DEPENDS}
MAKE_JOBS_SAFE= yes