aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pgxnclient/Makefile
blob: c69c733ff5018d86eb69e2c38c898cf9107fac38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>

PORTNAME=	pgxnclient
PORTVERSION=	1.2.1
PORTREVISION=	3
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Command line tool to interact with the PostgreSQL Extension Network

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python:3.6+ shebangfix
SHEBANG_FILES=	pgxnclient/libexec/pgxn-*
USE_PYTHON=	distutils autoplist concurrent optsuffix
NO_ARCH=	yes

.include <bsd.port.mk>