13b77a3fea
- remove benoit chesneau as maintainer per his request from wen heping
30 lines
602 B
Makefile
30 lines
602 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/05/01 18:08:01 jasper Exp $
|
|
|
|
COMMENT= web framework for python
|
|
|
|
VERSION= 0.34
|
|
DISTNAME= web.py-${VERSION}
|
|
PKGNAME= py-webpy-${VERSION}
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/static/
|
|
HOMEPAGE= http://webpy.org
|
|
|
|
# Public Domain, except wsgiserver
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
SUBST_VARS= VERSION
|
|
|
|
REGRESS_DEPENDS= databases/py-sqlite2
|
|
|
|
do-regress:
|
|
cd ${WRKSRC} && ${MODPY_BIN} ./web/test.py
|
|
cd ${WRKSRC} && ${MODPY_BIN} ./web/db.py SqliteTest
|
|
|
|
.include <bsd.port.mk>
|