freebsd-ports/www/py-twistedWeb/Makefile
Sunpoet Po-Chuan Hsieh ca8d0b492f - Add NO_ARCH
- Sort USE_PYTHON
2015-06-10 16:45:49 +00:00

21 lines
513 B
Makefile

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedWeb
PORTVERSION= 15.2.1
CATEGORIES= www devel python
MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedWeb-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= HTTP protocol implementation together with clients and servers
LICENSE= MIT
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>