2013-07-31 16:36:21 +02:00
|
|
|
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
2008-03-09 23:44:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Array-Diff
|
2010-10-12 16:54:28 +02:00
|
|
|
PORTVERSION= 0.07
|
2008-03-09 23:44:25 +01:00
|
|
|
CATEGORIES= misc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-10-12 16:54:28 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-03-09 23:44:25 +01:00
|
|
|
COMMENT= Diff two arrays
|
|
|
|
|
2010-10-12 16:54:28 +02:00
|
|
|
RUN_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
2008-03-09 23:44:25 +01:00
|
|
|
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2008-03-09 23:44:25 +01:00
|
|
|
|
2013-07-31 16:36:21 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-03-09 23:44:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|