256fdc3152
written by Allan Saddi. Flup is functionally divided into three components: * FlupServers; * FlupMiddleware; * FlupPublisher.
32 lines
648 B
Makefile
32 lines
648 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/27 15:32:50 martynas Exp $
|
|
|
|
COMMENT= "random assortment of WSGI servers, middleware"
|
|
|
|
VERSION= 0.5
|
|
REVISION= 2311
|
|
DISTNAME= flup-${VERSION}
|
|
PKGNAME= py-flup-${VERSION}r${REVISION}
|
|
|
|
CATEGORIES= www lang/python
|
|
|
|
HOMEPAGE= http://trac.saddi.com/flup
|
|
|
|
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.saddi.com/software/flup/dist/
|
|
DISTFILES= flup-r${REVISION}${EXTRACT_SUFX}
|
|
|
|
MODULES= lang/python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
.include <bsd.port.mk>
|