aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-plpython
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-10-10 00:09:35 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-10-10 00:09:35 +0000
commit284d8b86830ae0392efe8ea2fd65a3ccdf952a42 (patch)
tree70cdf6e4ee0fea6e38e7defbc7e3ce9db69ed0ef /databases/postgresql90-plpython
parent0ee5bfde1c3d2376c79e35486246423618b4f0cf (diff)
Notes
Diffstat (limited to 'databases/postgresql90-plpython')
-rw-r--r--databases/postgresql90-plpython/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile
index 183d860c16bd..fc313cad4b44 100644
--- a/databases/postgresql90-plpython/Makefile
+++ b/databases/postgresql90-plpython/Makefile
@@ -2,7 +2,8 @@
PORTNAME= postgresql
CATEGORIES= databases python
-PKGNAMESUFFIX= -plpython
+PKGNAMESUFFIX?= ${DISTV:S/.//}-plpython
+DISTV= ${DISTVERSION:R}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= Module for using Python to write SQL functions
@@ -17,6 +18,7 @@ USE_PYTHON?= yes
PYTHON_MAJOR_VER= ${PYTHON_VER:R}
CONFIGURE_ARGS= --with-python
PLIST_SUB= PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER}
+COMPONENT= -plpython
.if ${PYTHON_MAJOR_VER} == 3
PLIST_SUB+= PYTHON3=""