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
|
2011-09-07 11:27:54 +02:00
|
|
|
PORTVERSION= 11.0.0
|
2005-11-09 09:21:21 +01:00
|
|
|
CATEGORIES= net-im devel python
|
2011-09-07 11:27:54 +02:00
|
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/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
|
|
|
|
|
2011-09-07 11:27:54 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2005-04-15 13:24:13 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
2011-09-07 11:27:54 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-04-15 06:53:52 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2009-01-31 10:53:10 +01:00
|
|
|
USE_PYTHON= yes
|
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>
|