summaryrefslogtreecommitdiff
path: root/math/py-rpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-rpy/Makefile')
-rw-r--r--math/py-rpy/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile
new file mode 100644
index 00000000000..6351aa0c01e
--- /dev/null
+++ b/math/py-rpy/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/10 12:30:58 markd Exp $
+#
+
+DISTNAME= rpy-0.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://rpy.sourceforge.net/
+COMMENT= R interface for Python
+
+USE_BUILDLINK2= YES
+PYDISTUTILSPKG= yes
+
+.include "../../math/py-Numeric/buildlink2.mk"
+.include "../../math/R/buildlink2.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"