16 lines
256 B
Makefile
16 lines
256 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:45:28 sthen Exp $
|
|
|
|
COMMENT= generate all subsets of a list of elements
|
|
|
|
DISTNAME= Data-PowerSet-0.05
|
|
REVISION= 1
|
|
CATEGORIES= math
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|