13 lines
304 B
Makefile
13 lines
304 B
Makefile
# $NetBSD: Makefile,v 1.8 2021/09/16 22:46:50 mef Exp $
|
|
|
|
R_PKGNAME= intervals
|
|
R_PKGVER= 0.15.2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Tools for working with points and intervals
|
|
LICENSE= artistic-2.0
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|