19 lines
318 B
Makefile
19 lines
318 B
Makefile
|
# $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>
|