15 lines
232 B
Makefile
15 lines
232 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:06 sthen Exp $
|
|
|
|
COMMENT = sets of intervals
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Set-Infinite-0.65
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|