1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/pyweblib/Makefile
Sergey Matveychuk 22bebcc218 - Change second MASTER_SITES URL. A former one was unfetchable.
PR:		ports/87789
Submitted by:	maintainer
Pointed out by:	fenner's portsurvey
2005-10-21 16:22:23 +00:00

43 lines
1.0 KiB
Makefile

# New ports collection makefile for: pyweblib
# Date created: 22 March 2002
# Whom: Oddbjorn Steffensen <oddbjorn@tricknology.org>
#
# $FreeBSD$
#
PORTNAME= pyweblib
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.stroeder.com/pylib/PyWebLib/download/ \
ftp://ftp.ipt.ru/pub/download/
MAINTAINER= bsam@ipt.ru
COMMENT= Yet another web programming framework for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==}
DOCS= PyWebLib.html \
pydoc/pyweblib.forms.html \
pydoc/pyweblib.helper.html \
pydoc/pyweblib.html \
pydoc/pyweblib.httphelper.html \
pydoc/pyweblib.session.html \
pydoc/pyweblib.sslenv.html
EXAMPLES= *.py
post-install:
${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/cgi-bin
${INSTALL_DATA} ${WRKSRC}/cgi-bin/${EXAMPLES} ${EXAMPLESDIR}/cgi-bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/pydoc
.for file in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/htdocs/${file} ${DOCSDIR}/${file}
.endfor
.endif
.include <bsd.port.mk>