opnsense-ports/devel/p5-Algorithm-ChooseSubsets/Makefile
2022-09-07 22:33:21 +02:00

15 lines
342 B
Makefile

PORTNAME= Algorithm-ChooseSubsets
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lars.eggert@gmx.net
COMMENT= Perl algorithm to iterate through subsets of a list
WWW= https://metacpan.org/release/Algorithm-ChooseSubsets
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>