opnsense-ports/databases/py-python-sql/Makefile
Franco Fichtner d57219b569 */*: sync with upstream
Taken from: HardenedBSD
2021-04-08 08:40:15 +02:00

16 lines
318 B
Makefile

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>