2005-04-15 06:53:52 +02:00
|
|
|
# New ports collection makefile for: py-twistedWords
|
|
|
|
# Date created: 14 April 2005
|
|
|
|
# Whom: Neal Nelson <neal@nelson.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= twistedWords
|
2007-01-12 22:17:00 +01:00
|
|
|
PORTVERSION= 0.5.0
|
2005-11-09 09:21:21 +01:00
|
|
|
CATEGORIES= net-im devel python
|
2006-05-30 17:53:48 +02:00
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Words/${PORTVERSION:R}/
|
2005-04-15 06:53:52 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedWords-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= neal@nelson.name
|
|
|
|
COMMENT= Twisted Words has more chat than you can handle
|
|
|
|
|
2005-04-15 13:24:13 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2005-04-15 06:53:52 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-30 17:53:48 +02:00
|
|
|
USE_PYTHON= 2.3+
|
2005-04-15 06:53:52 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= Twisted_Words
|
2005-04-15 06:53:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|