summaryrefslogtreecommitdiff
path: root/databases/py-mysql-connector-python/Makefile
blob: 3ce237952a13687c7fa9d39537f781a440995df3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=		mysql-connector-python
PORTVERSION=		1.2.3
CATEGORIES=		databases python
MASTER_SITES=		${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR=	Connector-Python
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}

MAINTAINER=		bofh@FreeBSD.org
COMMENT=		MySQL driver written in Python

LICENSE=		GPLv2

PORTSCOUT=		limit:^1\.
USES=			python
USE_PYTHON=		distutils autoplist

.include <bsd.port.mk>