freebsd-ports/databases/py-mysql-connector-python2/Makefile
Muhammad Moinur Rahman 759b349a79 databases/py-mysql-connector-python2: Update version 2.0.2=>2.0.3
Differential Revision:	https://reviews.freebsd.org/D1774
Approved by:		marino(mentor)
2015-02-05 15:04:23 +00:00

20 lines
448 B
Makefile

# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= mysql-connector-python
PORTVERSION= 2.0.3
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>