String and binary representations of objects for several formats / mime types. WWW: https://cran.r-project.org/web/packages/repr/
16 lines
286 B
Makefile
16 lines
286 B
Makefile
# 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>
|