blob: 97a674cd9df31db621bf43c2f61595f73536b825 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= python-sql
PORTVERSION= 1.4.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Library to write SQL queries
WWW= https://python-sql.tryton.org/
LICENSE= BSD3CLAUSE
USES= pkgconfig python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|