mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
22 lines
516 B
Makefile
22 lines
516 B
Makefile
# Created by: Jordi Haarman
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wsgiutils
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|