openbsd-ports/www/py-quixote/Makefile
okan d093d22c13 import py-quizote
Quixote is a framework for developing Web applications in Python.
Quixote is based on a simple, flexible design, making it possible to
write applications quickly and to benefit from the wide range of
available third-party Python modules.  Deployed appropriately, Quixote
has excellent performance that allows you to put Quixote-based
applications into large-scale production use.

from Will Maier

ok merdely
2008-01-15 02:00:56 +00:00

38 lines
818 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/01/15 02:00:56 okan Exp $
COMMENT= simple Python framework for web-based applications
V= 2.5
DISTNAME= Quixote-$V
PKGNAME= py-quixote-$V
CATEGORIES= www
HOMEPAGE= http://www.quixote.ca/
MASTER_SITES= ${HOMEPAGE}releases/
MAINTAINER= Will Maier <willmaier@ml1.net>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
REGRESS_DEPENDS= ::www/twill \
::devel/py-nose
# Clean up root-owned files.
post-install:
rm -fr ${WRKSRC}/Quixote.egg-info
rm -fr ${WRKSRC}/Quixote-$V.egg-info
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-quixote
.for i in LICENSE.txt doc/*txt
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/py-quixote
.endfor
.include <bsd.port.mk>