freebsd-ports/net-im/py-twistedWords/Makefile
Sunpoet Po-Chuan Hsieh e98aaa294c - Add NO_ARCH
- Sort USE_PYTHON
2015-06-10 16:45:33 +00:00

21 lines
507 B
Makefile

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedWords
PORTVERSION= 15.2.1
CATEGORIES= net-im devel python
MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedWords-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Twisted Words has more chat than you can handle
LICENSE= MIT
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>