freebsd-ports/databases/py-mysql-connector-python/Makefile
Ryan Steinmetz 350948517e - Reset MAINTAINER due to fatal bounce
- Cleanup whitespace

Reported by:	portscout
2014-07-28 10:33:04 +00:00

20 lines
423 B
Makefile

# $FreeBSD$
PORTNAME= mysql-connector-python
PORTVERSION= 1.2.2
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= Connector-Python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= MySQL driver written in Python
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>