blob: 56712d51db5bc3a35be34492561948ab4256e6d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: py-tada
# Date created: 2005-09-18
# Whom: clive crous <clive@darkarts.co.za>
#
# $FreeBSD$
#
PORTNAME= tada
PORTVERSION= 1.4.0
CATEGORIES= databases python
MASTER_SITES= http://www.darkarts.co.za/projects/${PORTNAME}/attachment/wiki/downloads/${PORTVERSION}/
EXTRACT_SUFX= .tar.gz?format=raw
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}
BROKEN= Unfetchable
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|