15 lines
219 B
Makefile
15 lines
219 B
Makefile
|
COMMENT= manage sets of integers
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = Set-IntSpan-1.19
|
||
|
CATEGORIES= math
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|