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

@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.24 2013/02/06 23:22:02 jperkin Exp $
#
# $NetBSD: Makefile,v 1.26 2014/02/12 23:17:45 tron Exp $
DISTNAME= sybase-0.36
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 7
PKGREVISION= 8
CATEGORIES= databases python
MASTER_SITES= http://object-craft.com.au/projects/sybase/download/
@@ -23,6 +22,8 @@ SUBST_MESSAGE.sybase= Fixing runtime_library_dirs.
SUBST_FILES.sybase= setup.py
SUBST_SED.sybase= -e "s|\\(runtime_library_dirs = \\)None|\\1['${SYBASE}/lib']|"
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.36
.include "../../databases/freetds/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"