15 lines
262 B
Makefile
15 lines
262 B
Makefile
# $OpenBSD: Makefile,v 1.15 2014/11/13 20:12:25 benoit Exp $
|
|
|
|
COMMENT= manage sets of integers
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Set-IntSpan-1.19
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|