freebsd-ports/math/R-cran-labeling/Makefile

18 lines
314 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= labeling
2014-09-09 18:20:37 +02:00
PORTVERSION= 0.3
PORTREVISION= 1
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>