17 lines
245 B
Makefile
17 lines
245 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:06 sthen Exp $
|
|
|
|
COMMENT= sets of integers
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME= Set-IntRange-5.2
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= math/p5-Bit-Vector
|
|
|
|
.include <bsd.port.mk>
|