freebsd-ports/www/py-flup6/Makefile

19 lines
318 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= flup6
PORTVERSION= 1.1.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= FreeBSD@Shaneware.biz
COMMENT= Random assortment of WSGI servers
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>