Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.15 2012/10/02 21:25:50 asau Exp $
#
DISTNAME= pytable-0.8.3a
PKGNAME= ${PYPKGPREFIX}-table-0.8.3a
PKGREVISION= 4
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytable/}
OWNER= darcy@NetBSD.org
HOMEPAGE= http://pytable.sourceforge.net/
COMMENT= Python RDBMS wrapper for various databases
DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"