Import of pkgsrc-2014Q1
This commit is contained in:
20
databases/py-python-sql/Makefile
Normal file
20
databases/py-python-sql/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# $NetBSD: Makefile,v 1.3 2014/02/01 17:19:07 rodent Exp $
|
||||
|
||||
DISTNAME= python-sql-0.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/p/python-sql/
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= http://code.google.com/p/python-sql/
|
||||
COMMENT= Python library to write SQL queries
|
||||
LICENSE= modified-bsd
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
REPLACE_PYTHON+= sql/aggregate.py
|
||||
EGG_NAME= ${DISTNAME:S/-/_/1}
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
Reference in New Issue
Block a user