b75daec32e
Plugin for Test::Deep to compare unordered lists of tuples. This module provides the sub unordered_pairs (and tuples, samehash, as synonyms) to indicate the data being tested is a list of pairs that should be tested where the order of the pairs is insignificant. WWW: https://metacpan.org/release/Test-Deep-UnorderedPairs PR: 229195 Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
25 lines
608 B
Makefile
25 lines
608 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Deep-UnorderedPairs
|
|
PORTVERSION= 0.006
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR=CPAN:ETHER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bokutin@bokut.in
|
|
COMMENT= Plugin for Test::Deep to compare unordered lists of tuples
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
|
|
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
|
|
p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
PLIST_FILES= ${SITE_PERL_REL}/Test/Deep/UnorderedPairs.pm \
|
|
${SITE_MAN3_REL}/Test::Deep::UnorderedPairs.3.gz
|
|
|
|
.include <bsd.port.mk>
|