freebsd-ports/databases/py-pgxnclient/Makefile

17 lines
368 B
Makefile
Raw Normal View History

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= pgxnclient
2013-09-22 13:01:12 +02:00
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 concurrent optsuffix
2013-09-22 13:01:12 +02:00
.include <bsd.port.mk>