79ac3ece72
Data::PowerSet takes a list and returns all possible combinations of the elements appearing in the list without replacement.
17 lines
319 B
Makefile
17 lines
319 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/27 18:15:54 jasper Exp $
|
|
|
|
COMMENT= generate all subsets of a list of elements
|
|
|
|
DISTNAME= Data-PowerSet-0.05
|
|
CATEGORIES= math
|
|
|
|
MODULES= cpan
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|