21 lines
472 B
Makefile
21 lines
472 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mysql-connector-python
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= MYSQL/Connector-Python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= MySQL driver written in Python
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PORTSCOUT= skipv:2.1.1,2.1.2 # BETA version
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|