blob: 12b375d57e12dd26fb62658641b5fc8cd0762f2b (
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.3
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Library to write SQL queries
WWW= https://python-sql.tryton.org/
LICENSE= BSD3CLAUSE
USES= pkgconfig python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|