freebsd-ports/databases/py-tada/Makefile
Vsevolod Stakhov e082c4eebf Add build and run dependency from twistedCore directly untill
USE_TWISTED_RUN and USE_TWISTED_BUILD will be implemented in
bsd.python.mk.

Reported by:	krismail
2005-09-21 09:33:18 +00:00

24 lines
608 B
Makefile

# New ports collection makefile for: py-tada
# Date created: 2005-09-18
# Whom: clive crous <clive@darkarts.co.za>
#
# $FreeBSD$
#
PORTNAME= tada
PORTVERSION= 1.3.0
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
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>