diff options
Diffstat (limited to 'misc/p5-Array-Diff/Makefile')
-rw-r--r-- | misc/p5-Array-Diff/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/p5-Array-Diff/Makefile b/misc/p5-Array-Diff/Makefile index 51a0574dd8e4..f544bb7c8230 100644 --- a/misc/p5-Array-Diff/Makefile +++ b/misc/p5-Array-Diff/Makefile @@ -6,16 +6,15 @@ # PORTNAME= Array-Diff -PORTVERSION= 0.05.002 +PORTVERSION= 0.07 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} -MAINTAINER= leeym@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Diff two arrays -RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ +RUN_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor BUILD_DEPENDS= ${RUN_DEPENDS} |