2009-12-18 20:22:02 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= postgresql
|
2012-10-10 14:20:32 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2015-01-11 00:15:27 +01:00
|
|
|
PORTREVISION= 3
|
2009-12-18 20:22:02 +01:00
|
|
|
CATEGORIES= databases python
|
2012-10-10 14:20:32 +02:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
|
|
|
http://python.projects.postgresql.org/files/
|
2009-12-18 20:22:02 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= postgresql
|
|
|
|
|
|
|
|
MAINTAINER= c.kworr@gmail.com
|
|
|
|
COMMENT= Python 3 compatible PostgreSQL database driver and tools
|
|
|
|
|
2014-03-03 12:09:52 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2012-10-10 14:20:32 +02:00
|
|
|
|
2014-11-28 11:02:20 +01:00
|
|
|
USES= zip pgsql python:3.3+
|
2014-10-08 19:14:51 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2009-12-18 20:22:02 +01:00
|
|
|
|
2014-03-03 12:09:52 +01:00
|
|
|
.include <bsd.port.mk>
|