aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-Elixir/Makefile
blob: b9a24c954d1d2cfd3356635e50bc06ee6b0611dd (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
# New ports collection makefile for:    py-Elixir
# Date created:     2007-02-13
# Whom:         Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Elixir
PORTVERSION=    0.5.2
#PORTREVISION=  0
CATEGORIES= databases python
MASTER_SITES=   CHEESESHOP \
        http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= nivit@FreeBSD.org
COMMENT=    Declarative Mapper for SQLAlchemy

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.10:${PORTSDIR}/databases/py-sqlalchemy

USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install

PLIST_FILES=    %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>