aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-pystr/Makefile
blob: a681f0dfd593052d2d9a38c43cae7eb02c874563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>

PORTNAME=	pystr
PORTREVISION=	5
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,compiles

.include <bsd.port.mk>