Muhammad Moinur Rahman 55c2bd2c39 databases/py-mysql-connector-python2: Update version 2.0.4=>2.1.3
- Remove PORTSCOUT as current version is greater than skipped beta
- Rearrange USES allphabetically
2015-10-03 13:12:08 +00:00

25 lines
551 B
Makefile

# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= mysql-connector-python
PORTVERSION= 2.1.3
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
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
.include <bsd.port.post.mk>