forked from Lainports/freebsd-ports
15 lines
288 B
Makefile
15 lines
288 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= labeling
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Provides a range of axis labeling algorithms
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|