summaryrefslogtreecommitdiff
path: root/www/pyweblib/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-03-23 10:50:41 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-03-23 10:50:41 +0000
commitf8cfca77df380a728abe92c2da3cce7c46b3b740 (patch)
treee0076973cbfdc5d44824151c4c11eae8806a114e /www/pyweblib/Makefile
parentUpgrade to 2.4.1, add WWW:, and change MASTER_SITES (diff)
Initial import of pyweblib 1.1.0
PyWebLib is yet another web programming framework for Python. PR: 36200 Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org>
Notes
Notes: svn path=/head/; revision=56479
Diffstat (limited to 'www/pyweblib/Makefile')
-rw-r--r--www/pyweblib/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/pyweblib/Makefile b/www/pyweblib/Makefile
new file mode 100644
index 000000000000..a9ae7fc2de2f
--- /dev/null
+++ b/www/pyweblib/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: pyweblib
+# Date created: 22 March 2002
+# Whom: Oddbjorn Steffensen <oddbjorn@tricknology.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pyweblib
+PORTVERSION= 1.1.0
+CATEGORIES= www
+MASTER_SITES= http://www.stroeder.com/pylib/PyWebLib/download/ \
+ http://www.tricknology.org/ports/
+
+MAINTAINER= oddbjorn@tricknology.org
+
+BUILD_DEPENDS= python:${PORTSDIR}/lang/python
+RUN_DEPENDS= python:${PORTSDIR}/lang/python
+
+USE_PYTHON= yes
+PYTHON_VERSION= python2.1
+WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==}
+
+do-build:
+ cd ${WRKSRC} && python setup.py build
+
+do-install:
+ cd ${WRKSRC} && python setup.py install
+
+.include <bsd.port.mk>