summaryrefslogtreecommitdiff
path: root/databases/py-mysql-connector-python2/Makefile
blob: f01c9fdf839ab2cc28cedd00b0e66e1776c889d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=		bofh@FreeBSD.org
COMMENT=		MySQL driver written in Python

LICENSE=		GPLv2

USES=			python
USE_PYTHON=		distutils autoplist

.include <bsd.port.mk>