From f8cfca77df380a728abe92c2da3cce7c46b3b740 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sat, 23 Mar 2002 10:50:41 +0000 Subject: Initial import of pyweblib 1.1.0 PyWebLib is yet another web programming framework for Python. PR: 36200 Submitted by: Oddbjorn Steffensen --- www/pyweblib/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 www/pyweblib/Makefile (limited to 'www/pyweblib/Makefile') 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 +# +# $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 -- cgit v1.2.3