Files
ports/devel/py-sqlcc/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

24 lines
494 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
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pythk>=0:devel/pythk@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>