aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-labeling/Makefile
blob: bdf010593c2acd026011721322f4370a18bedd0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

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>