forked from Lainports/freebsd-ports
language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting. This port provides the PostgreSQL backend to HTSQL WWW: http://htsql.org/ RedPorts Log: https://redports.org/buildarchive/20120714112050-51475/ PR: ports/169854 Submitted by: koobs <koobs.freebsd@gmail.com>
25 lines
647 B
Makefile
25 lines
647 B
Makefile
# New ports collection makefile for: py-htsql-pgsql
|
|
# Date created: 2012-06-16
|
|
# Whom: koobs <koobs.freebsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= htsql-pgsql
|
|
PORTVERSION= 2.3.1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
COMMENT= PostgreSQL backend for HTSQL
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}htsql>2.3:${PORTSDIR}/databases/py-htsql \
|
|
${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2
|
|
|
|
USE_PYTHON= 2.6-2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME:U}
|
|
|
|
.include <bsd.port.mk>
|