16 lines
262 B
Makefile
16 lines
262 B
Makefile
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:47 naddy Exp $
|
|
|
|
COMMENT= generate all subsets of a list of elements
|
|
|
|
DISTNAME= Data-PowerSet-0.05
|
|
REVISION= 0
|
|
CATEGORIES= math
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|