aboutsummaryrefslogtreecommitdiff
path: root/databases/zodb3/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-06 00:52:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-06 00:52:52 +0000
commit6a07c0e8c00a70ab61c83590dbf6475935cacbc9 (patch)
tree831cd7ff7919c8b3fd9f331cf5c54eec66189f7b /databases/zodb3/Makefile
parent2fdcef57cd75032735d4220a661939b24bdaf7be (diff)
downloadports-6a07c0e8c00a70ab61c83590dbf6475935cacbc9.tar.gz
ports-6a07c0e8c00a70ab61c83590dbf6475935cacbc9.zip
Notes
Diffstat (limited to 'databases/zodb3/Makefile')
-rw-r--r--databases/zodb3/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile
new file mode 100644
index 000000000000..73d8628b5e57
--- /dev/null
+++ b/databases/zodb3/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: zodb3
+# Date created: 8 Dezember 2002
+# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zodb3
+PORTVERSION= 3.1
+CATEGORIES= databases
+MASTER_SITES= http://www.zope.org/Products/ZODB3.1/
+DISTNAME= ZODB3-${PORTVERSION}
+
+MAINTAINER= martin.klaffenboeck@gmx.at
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+post-install:
+ @ ${SH} ${PKGREQ} INSTALL
+
+eNU_CONFIGURE= yes
+
+.include <bsd.port.mk>