blob: cb215e46c4f63e61caf179d522cd431723c549c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= pymysql
PORTVERSION= 0.6.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
DISTNAME= PyMySQL-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Pure Python MySQL Driver
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
|