mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
20 lines
450 B
Makefile
20 lines
450 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mysql-connector-python
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= ${MASTER_SITE_MYSQL}
|
|
MASTER_SITE_SUBDIR= Connector-Python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= MySQL driver written in Python
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|