c889c66fce
- Pass maintainership to submitter PR: 224332 Submitted by: Shane <FreeBSD@ShaneWare.Biz>
18 lines
318 B
Makefile
18 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>
|