mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
e1977e85c9
Approved by: portmgr (pav)
31 lines
870 B
Makefile
31 lines
870 B
Makefile
# New ports collection makefile for: py-axiom
|
|
# Date created: 13 Apr 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= axiom
|
|
PORTVERSION= 0.5.20
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://divmod.org/trac/attachment/wiki/SoftwareReleases/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Axiom-${PORTVERSION}
|
|
EXTRACT_SUFX= .tar.gz?format=raw
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Axiom is an object database in python using sqlite3
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsilon
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsilon \
|
|
${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite21
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_TWISTED= yes
|
|
NO_BUILD= yes
|
|
PYDISTUTILS_PKGNAME= Axiom
|
|
|
|
.include <bsd.port.mk>
|