2013-02-01 16:07:15 +01:00
|
|
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= pgxnclient
|
2013-09-22 13:01:12 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2019-04-10 08:18:31 +02:00
|
|
|
PORTREVISION= 3
|
2013-02-01 16:07:15 +01:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
|
|
COMMENT= Command line tool to interact with the PostgreSQL Extension Network
|
|
|
|
|
2018-02-26 19:47:08 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+ shebangfix
|
2018-02-26 19:47:08 +01:00
|
|
|
SHEBANG_FILES= pgxnclient/libexec/pgxn-*
|
2017-11-30 16:50:30 +01:00
|
|
|
USE_PYTHON= distutils autoplist concurrent optsuffix
|
2018-02-26 19:47:08 +01:00
|
|
|
NO_ARCH= yes
|
2013-09-22 13:01:12 +02:00
|
|
|
|
2013-02-01 16:07:15 +01:00
|
|
|
.include <bsd.port.mk>
|