bluhm f5d200eea0 import p5-List-Compare 0.53
from James E Keenan; OK afresh1

Comment:
compare elements of two or more lists

Description:
List::Compare is a Perl module which provides ways of comparing
two or more lists.

List::Compare provides an object-oriented interface which accepts Perl
arrays and hashes as arguments and returns data structures representing
comparisons such as intersection, union, complement, symmetric
difference, subset and so forth.

A functional interface is also available via List::Compare::Functional.
2018-02-05 14:37:13 +00:00

19 lines
339 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/02/05 14:37:13 bluhm Exp $
COMMENT = compare elements of two or more lists
DISTNAME = List-Compare-0.53
CATEGORIES = devel
MAINTAINER = James E Keenan <jkeenan@cpan.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-IO-CaptureOutput
PKG_ARCH = *
.include <bsd.port.mk>