diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-09 14:15:28 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-09 14:15:28 +0000 |
| commit | cb2900bcf52562af76774eea2934ecdfa4e6428f (patch) | |
| tree | 3a849ef4bd9f907029f18f54db0eb33e1a4fb1ab /databases/py-MySQLdb56 | |
| parent | 91ec67638e607ed4298568abba9e44dba15b0631 (diff) | |
Notes
Diffstat (limited to 'databases/py-MySQLdb56')
| -rw-r--r-- | databases/py-MySQLdb56/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/py-MySQLdb56/Makefile b/databases/py-MySQLdb56/Makefile new file mode 100644 index 000000000000..92fdf301b06c --- /dev/null +++ b/databases/py-MySQLdb56/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= 56 + +COMMENT= Access a MySQL database through Python (Using MySQL 5.5 Client) + +WANT_MYSQL_VER= 56 +MASTERDIR= ${.CURDIR}/../py-MySQLdb + +.include "${MASTERDIR}/Makefile" |
