diff options
Diffstat (limited to 'databases/postgresql-plpython/Makefile')
-rw-r--r-- | databases/postgresql-plpython/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql-plpython/Makefile b/databases/postgresql-plpython/Makefile index 85b0cc01e818..3e110251368b 100644 --- a/databases/postgresql-plpython/Makefile +++ b/databases/postgresql-plpython/Makefile @@ -10,11 +10,9 @@ PORTREVISION= 1 CATEGORIES= databases python PKGNAMESUFFIX= -plpython -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cvs-src@yandex.ru COMMENT= A module for using Python to write SQL functions -BROKEN= Does not configure without threaded Python - RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server |