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 @@ -1,21 +1,23 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= Elixir PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ 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 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 @@ -1,13 +1,13 @@ A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which provides the ability to define model objects following the Active Record design pattern, and using a DSL syntax similar to that of the Ruby on Rails ActiveRecord system. Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do 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%%