freebsd-ports/devel/p5-Set-CrossProduct/Makefile
Sunpoet Po-Chuan Hsieh c0d79ad9b3 Update to 2.003
- Add LICENSE
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/Set-CrossProduct
2018-09-13 21:55:29 +00:00

20 lines
394 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Set-CrossProduct
PORTVERSION= 2.003
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
.include <bsd.port.mk>