freebsd-ports/databases/py-python-sql/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

18 lines
331 B
Makefile

# $FreeBSD$
PORTNAME= python-sql
PORTVERSION= 0.9
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Library to write SQL queries
LICENSE= BSD3CLAUSE
USES= pkgconfig python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>