2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
2007-02-13 17:19:04 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Elixir
|
2009-12-17 21:29:07 +01:00
|
|
|
PORTVERSION= 0.7.1
|
2016-12-08 20:33:15 +01:00
|
|
|
PORTREVISION= 3
|
2007-02-13 17:19:04 +01:00
|
|
|
CATEGORIES= databases python
|
2008-02-17 11:18:52 +01:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
|
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
2007-02-13 17:19:04 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Declarative Mapper for SQLAlchemy
|
|
|
|
|
2014-02-10 06:20:14 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-12-08 20:33:15 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.4.0:databases/py-sqlalchemy10
|
2007-02-13 17:19:04 +01:00
|
|
|
|
2014-10-19 10:50:17 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2007-02-13 17:19:04 +01:00
|
|
|
|
2007-08-06 15:46:27 +02:00
|
|
|
.include <bsd.port.mk>
|