freebsd-ports/textproc/R-cran-pystr/Makefile
2016-05-12 14:57:19 +00:00

16 lines
335 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= pystr
DISTVERSION= 2.0.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= String operations the Python way
RUN_DEPENDS= R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp
USES= cran:auto-plist
.include <bsd.port.mk>