freebsd-ports/databases/py-Elixir/Makefile
Nicola Vitale c8a6af0499 - Fix *_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
2011-06-25 07:21:20 +00:00

24 lines
573 B
Makefile

# New ports collection makefile for: py-Elixir
# Date created: 2007-02-13
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Elixir
PORTVERSION= 0.7.1
PORTREVISION= 1
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}sqlalchemy06>=0.4.0:${PORTSDIR}/databases/py-sqlalchemy06
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>