aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-repr/Makefile
blob: 02b11ff1dc55fcd4e4419cc65fc6128835874fde (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=   repr
PORTVERSION=    0.12.0
CATEGORIES= devel
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Serializable Reprensentations

LICENSE=    GPLv3

USES=       cran:auto-plist

.include <bsd.port.mk>