2007-02-13 16:19:04 +00:00
|
|
|
# New ports collection makefile for: py-Elixir
|
|
|
|
# Date created: 2007-02-13
|
|
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Elixir
|
2009-12-17 20:29:07 +00:00
|
|
|
PORTVERSION= 0.7.1
|
2011-06-25 07:21:20 +00:00
|
|
|
PORTREVISION= 1
|
2007-02-13 16:19:04 +00:00
|
|
|
CATEGORIES= databases python
|
2008-02-17 10:18:52 +00:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
|
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
2007-02-13 16:19:04 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Declarative Mapper for SQLAlchemy
|
|
|
|
|
2011-06-25 07:21:20 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.0:${PORTSDIR}/databases/py-sqlalchemy06
|
2007-02-13 16:19:04 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2007-08-06 13:46:27 +00:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2007-02-13 16:19:04 +00:00
|
|
|
|
2007-08-06 13:46:27 +00:00
|
|
|
.include <bsd.port.mk>
|