aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-plperl
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90-plperl')
-rw-r--r--databases/postgresql90-plperl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql90-plperl/Makefile b/databases/postgresql90-plperl/Makefile
index 6fc45b719255..3fd127237e3e 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