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

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

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

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>