opnsense-ports/databases/py-python-sql/Makefile
Franco Fichtner fa2e2833ae */*: sync with upstream
Taken from: HardenedBSD
2020-09-17 04:37:27 +02:00

18 lines
326 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
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>