diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-08-10 11:01:07 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-08-10 11:01:07 +0000 |
commit | 5f374562296123a98e41cc98e94dedab774d01d8 (patch) | |
tree | c83b86dc826df32323293da4e285784f6999252c /misc/p5-Array-Compare/Makefile | |
parent | ec13d78d755d6474e9b97c878582ece6ff827a30 (diff) | |
download | ports-5f374562296123a98e41cc98e94dedab774d01d8.tar.gz ports-5f374562296123a98e41cc98e94dedab774d01d8.zip |
Notes
Diffstat (limited to 'misc/p5-Array-Compare/Makefile')
-rw-r--r-- | misc/p5-Array-Compare/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/p5-Array-Compare/Makefile b/misc/p5-Array-Compare/Makefile index daaf64f43afc..073ee5611cb5 100644 --- a/misc/p5-Array-Compare/Makefile +++ b/misc/p5-Array-Compare/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Array-Compare -PORTVERSION= 1.18 +PORTVERSION= 2.00 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAVECROSS @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for comparing arrays +BUILD_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_MODBUILD= yes MAN3= Array::Compare.3 |