18 lines
258 B
Makefile
18 lines
258 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:08 sthen Exp $
|
|
|
|
COMMENT= sets of integers
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME= Set-IntRange-5.2
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= math/p5-Bit-Vector
|
|
|
|
.include <bsd.port.mk>
|