mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
20 lines
457 B
Makefile
20 lines
457 B
Makefile
# Created by: Jordi Haarman
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wsgiutils
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel textproc www python
|
|
MASTER_SITES= http://www.owlfish.com/software/wsgiutils/downloads/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= WSGIUtils-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Utility libraries for development of simple WSGI programs
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|