diff options
Diffstat (limited to 'databases/py-MySQLdb/Makefile')
-rw-r--r-- | databases/py-MySQLdb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index 6fde0f488cdb..484909795925 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -3,8 +3,8 @@ PORTNAME= MySQLdb DISTVERSION= 1.2.5 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= databases python -MASTER_SITES= https://github.com/farcepest/${PORTNAME}1/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org @@ -13,6 +13,9 @@ COMMENT= Access a MySQL database through Python USES= python:2 USE_PYTHON= distutils autoplist USE_MYSQL= yes +USE_GITHUB= yes +GH_ACCOUNT= farcepest +GH_PROJECT= ${PORTNAME}1 CONFLICTS= py*-MySQLdb-[0-9]* py*-MySQLdb5[0-9]-[0-9]* |