blob: 0a4a4704abd724b3da0930a5452f5a597adbbd2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
USE_PYTHON= distutils autoplist
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>
|