freebsd-ports/devel/py-sqlcc/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

20 lines
419 B
Makefile

# Created by: Thinker K.F. Li <thinker@branda.to>
# $FreeBSD$
PORTNAME= sqlcc
PORTVERSION= 0.3.2
CATEGORIES= devel databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Python SQL Command Composer
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pythk>=0:devel/pythk@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>