2005-09-19 11:48:10 +02:00
|
|
|
# New ports collection makefile for: py-tada
|
|
|
|
# Date created: 2005-09-18
|
|
|
|
# Whom: clive crous <clive@darkarts.co.za>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tada
|
2005-12-19 13:20:01 +01:00
|
|
|
PORTVERSION= 1.4.0
|
2005-09-19 11:48:10 +02:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= http://www.darkarts.co.za/projects/${PORTNAME}/downloads/${PORTVERSION}/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= clive@darkarts.co.za
|
|
|
|
COMMENT= Twisted Asynchronous Database API
|
|
|
|
|
2005-09-21 11:33:18 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2005-09-19 11:48:10 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|