openbsd-ports/math/p5-Data-PowerSet/Makefile
jasper 79ac3ece72 import p5-Data-Powerset 0.05
Data::PowerSet takes a list and returns all possible combinations of the
elements appearing in the list without replacement.
2009-11-27 18:15:54 +00:00

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>