12df56b903
This module do diff two arrays, and return added and deleted arrays. It's simple usage of Algorithm::Diff. WWW: http://search.cpan.org/dist/Array-Diff/
24 lines
501 B
Makefile
24 lines
501 B
Makefile
# New ports collection makefile for: p5-Array-Diff
|
|
# Date created: March 09, 2008
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Array-Diff
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
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
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Array::Diff.3
|
|
|
|
.include <bsd.port.mk>
|