freebsd-ports/devel/p5-Set-CrossProduct/Makefile
2021-04-06 16:31:07 +02:00

21 lines
396 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
PORTNAME= Set-CrossProduct
PORTVERSION= 2.006
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
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>