mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 10:37:53 -04:00
25 lines
706 B
Makefile
25 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.41 2014/12/31 13:57:26 wiz Exp $
|
|
|
|
DISTNAME= MySQL-python-1.2.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/MySQL-python/mysqldb/}
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/M/MySQL-python/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/farcepest/MySQLdb1/
|
|
COMMENT= MySQL interface for Python
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.5
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
# These files must not be world-writable.
|
|
pre-configure:
|
|
${CHMOD} go-w ${WRKSRC}/MySQL_python.egg-info/*
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/mysql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|