13d15ef487
string methods while we're working in R. WWW: http://cran.r-project.org/web/pystr/
14 lines
281 B
Makefile
14 lines
281 B
Makefile
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pystr
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= String operations the Python way
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|