2015-11-26 02:00:04 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pgspecial
|
2016-03-25 21:02:30 +01:00
|
|
|
PORTVERSION= 1.3.0
|
2015-11-26 02:00:04 +01:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Meta-commands handler for Postgres Database
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click
|
2015-11-26 02:00:04 +01:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
2016-02-02 23:44:51 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2015-11-26 02:00:04 +01:00
|
|
|
USES= python
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|