freebsd-ports/databases/emma/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

23 lines
532 B
Makefile

# Created by: Junji NAKANISHI <jun-g@daemonfreaks.com>
# $FreeBSD$
PORTNAME= emma
PORTVERSION= 0.6
PORTREVISION= 6
CATEGORIES= databases
MASTER_SITES= http://www.fastflo.de/files/emma/downloads/python_src/
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= Extendable MySQL managing assistant
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb@${PY_FLAVOR}
USES= python:2.7
USE_GNOME= pygtk2
USE_PYTHON= distutils
pre-patch:
@${REINPLACE_CMD} -e 's|python2.4|env python|' ${WRKSRC}/emma
.include <bsd.port.mk>