Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View 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"