aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-04-22 23:40:48 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-04-22 23:40:48 +0800
commit32acbc63b4237ed7f4d6e3658792db601edd1d70 (patch)
tree664cbde412589197e8cd3af17c7c7bf5d38684c6
parent5a66f4a56a78ee97c6be059ebb4dba61f60329a8 (diff)
downloadfreebsd-ports-gnome-32acbc63b4237ed7f4d6e3658792db601edd1d70.tar.gz
freebsd-ports-gnome-32acbc63b4237ed7f4d6e3658792db601edd1d70.tar.zst
freebsd-ports-gnome-32acbc63b4237ed7f4d6e3658792db601edd1d70.zip
- Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Bump PORTREVISION for dependency change PR: ports/167146 Submitted by: sunpoet (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
-rw-r--r--devel/p5-Object-Array/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Object-Array/Makefile b/devel/p5-Object-Array/Makefile
index a62666c8bc70..77418fa91050 100644
--- a/devel/p5-Object-Array/Makefile
+++ b/devel/p5-Object-Array/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Object-Array
PORTVERSION= 0.060
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,11 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Array references with accessors
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
- ${SITE_PERL}/Sub/Exporter.pm:${PORTSDIR}/devel/p5-Sub-Exporter \
- ${SITE_PERL}/Sub/Install.pm:${PORTSDIR}/devel/p5-Sub-Install \
- ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+ p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes