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