![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / databases / py-elixir / Attic / Makefile (download)
Revision 1.4, Tue Oct 2 21:25:49 2012 UTC (11 years, 1 month ago) by asau
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
# $NetBSD: Makefile,v 1.4 2012/10/02 21:25:49 asau Exp $ # DISTNAME= Elixir-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= http://pypi.python.org/packages/source/E/Elixir/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://elixir.ematia.de/trac/wiki COMMENT= Elixir is a declarative layer on top of the SQLAlchemy library LICENSE= mit USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy/ DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2/ DEPENDS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*:../../security/py-amkCrypto # Python stuff PYDISTUTILSPKG= yes .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"