- Convert hard py- into PKGNAMEPREFIX, add PKGNAMESUFFIX
- Convert OPTIONS to plain knobs - Augment conflict with stable version PR: ports/75221 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
This commit is contained in:
parent
6d488977a8
commit
aeb51b6d96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124436
1 changed files with 13 additions and 9 deletions
|
@ -5,12 +5,13 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= py-MySQLdb
|
||||
PORTNAME= MySQLdb
|
||||
PORTVERSION= 1.1.7
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= mysql-python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= -devel
|
||||
DISTNAME= MySQL-python-${PORTVERSION}
|
||||
|
||||
MAINTAINER= marcus@corp.grupos.com.br
|
||||
|
@ -20,13 +21,16 @@ USE_PYTHON= yes
|
|||
USE_PYDISTUTILS= yes
|
||||
USE_MYSQL= yes
|
||||
|
||||
CONFLICTS= py-MySQLdb-0.* py-MySQLdb-1.[0,2-9].*
|
||||
CONFLICTS= py*-MySQLdb-[0-9]*
|
||||
|
||||
OPTIONS= MYSQLCLIENT_R "Use mysqlclient_r lib" off \
|
||||
MYSQLSSL "Use SSL support" off \
|
||||
MYSQLCRYPTO "Use CRYPTO support" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} "You may use the following build options:"
|
||||
@${ECHO} ""
|
||||
@${ECHO} " WITH_MYSQLCLIENT_R=yes Use mysqlclient_r lib"
|
||||
@${ECHO} " WITH_MYSQLSSL=yes Use SSL support"
|
||||
@${ECHO} " WITH_MYSQLCRYPTO=yes Use CRYPTO support"
|
||||
@${ECHO} ""
|
||||
|
||||
.if defined(WITH_MYSQLCLIENT_R)
|
||||
MAKE_ENV+= mysqlclient="mysqlclient_r"
|
||||
|
@ -58,4 +62,4 @@ post-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue