15 lines
293 B
Makefile
15 lines
293 B
Makefile
PORTNAME= intervals
|
|
DISTVERSION= 0.15.5
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Tools for Working with Points and Intervals
|
|
WWW= https://github.com/edzer/intervals
|
|
|
|
LICENSE= ART20
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|