aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Set-CrossProduct/Makefile
blob: a12101c072f04b84ef788f6decbf22811a689d7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	Set-CrossProduct
PORTVERSION=	2.008
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:BDFOY
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Work with the cross product of two or more sets
WWW=		https://metacpan.org/release/Set-CrossProduct

LICENSE=	ART20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

CONFLICTS_INSTALL=	topcom

.include <bsd.port.mk>