aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-plperl/Makefile
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-plperl/Makefile
parent0ee5bfde1c3d2376c79e35486246423618b4f0cf (diff)
Notes
Diffstat (limited to 'databases/postgresql90-plperl/Makefile')
-rw-r--r--databases/postgresql90-plperl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql90-plperl/Makefile b/databases/postgresql90-plperl/Makefile
index 6fc45b719255..9654550f3351 100644
--- a/databases/postgresql90-plperl/Makefile
+++ b/databases/postgresql90-plperl/Makefile
@@ -3,7 +3,8 @@
PORTNAME= postgresql
CATEGORIES= databases perl5
-PKGNAMESUFFIX= -plperl
+PKGNAMESUFFIX?= ${DISTV:S/.//}-plperl
+DISTV= ${DISTVERSION:R}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= Write SQL functions for PostgreSQL using Perl5
@@ -20,6 +21,7 @@ CONFIGURE_ARGS= --with-perl
BUILD_DIRS= src/backend src/pl/plperl
INSTALL_DIRS= src/pl/plperl
SLAVE_ONLY= yes
+COMPONENT= -plperl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"