diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-10 05:20:14 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-10 05:20:14 +0000 |
commit | e7b6a7e65759706fef1e37a7f4b9e5e78dfdecb0 (patch) | |
tree | a10c013d61563b40b85127206df0726a5cd0589d /databases | |
parent | dfba767ae8734ce057b714640396855f5ab3c84d (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-Elixir/Makefile | 10 | ||||
-rw-r--r-- | databases/py-Elixir/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-Elixir/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/databases/py-Elixir/Makefile b/databases/py-Elixir/Makefile index e7f325a893bb..fb6d3a6728d2 100644 --- a/databases/py-Elixir/Makefile +++ b/databases/py-Elixir/Makefile @@ -3,7 +3,7 @@ PORTNAME= Elixir PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -12,10 +12,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Declarative Mapper for SQLAlchemy +LICENSE= MIT + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.0:${PORTSDIR}/databases/py-sqlalchemy06 -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/py-Elixir/pkg-descr b/databases/py-Elixir/pkg-descr index edf13e87d9a2..a9df924b8374 100644 --- a/databases/py-Elixir/pkg-descr +++ b/databases/py-Elixir/pkg-descr @@ -10,4 +10,4 @@ not need the full expressiveness of SQLAlchemy's manual mapper definitions. Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the TurboEntity project. -WWW: http://elixir.ematia.de +WWW: http://elixir.ematia.de/ diff --git a/databases/py-Elixir/pkg-plist b/databases/py-Elixir/pkg-plist deleted file mode 100644 index ddf68a1c022f..000000000000 --- a/databases/py-Elixir/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |