aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-pystr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/R-cran-pystr/Makefile')
-rw-r--r--textproc/R-cran-pystr/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/R-cran-pystr/Makefile b/textproc/R-cran-pystr/Makefile
new file mode 100644
index 000000000000..ae9f0e1003b6
--- /dev/null
+++ b/textproc/R-cran-pystr/Makefile
@@ -0,0 +1,14 @@
+# 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>