diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
commit | 7e52725f2a86aad46bd6b50d5581b6ef0afd0e19 (patch) | |
tree | fd4e3235fcfaf2558312feb3c9527f1592b91aff /databases/py-MySQLdb | |
parent | baa68c63d40ffc2c059c978764c3c89675445e55 (diff) | |
download | ports-7e52725f2a86aad46bd6b50d5581b6ef0afd0e19.tar.gz ports-7e52725f2a86aad46bd6b50d5581b6ef0afd0e19.zip |
Notes
Diffstat (limited to 'databases/py-MySQLdb')
-rw-r--r-- | databases/py-MySQLdb/Makefile | 1 | ||||
-rw-r--r-- | databases/py-MySQLdb/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index 50a1c052e34a..38e90a473484 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= mysql-python DISTNAME= MySQL-python-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org +COMMENT= Access a MySQL database through Python LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client diff --git a/databases/py-MySQLdb/pkg-comment b/databases/py-MySQLdb/pkg-comment deleted file mode 100644 index f3e147950f10..000000000000 --- a/databases/py-MySQLdb/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Access a MySQL database through Python |