summaryrefslogtreecommitdiff
path: root/databases/postgresql74-plperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql74-plperl/Makefile')
-rw-r--r--databases/postgresql74-plperl/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/postgresql74-plperl/Makefile b/databases/postgresql74-plperl/Makefile
index 8b8b3a4b539..dc501aedb13 100644
--- a/databases/postgresql74-plperl/Makefile
+++ b/databases/postgresql74-plperl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/06/24 05:56:25 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:07 jlam Exp $
PKGNAME= postgresql74-plperl-${BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
@@ -9,15 +9,13 @@ DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
.include "../postgresql74/Makefile.common"
+PERL5_CONFIGURE= NO
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= ${WRKSRC}/src/pl/plperl
MAKEFILE= GNUmakefile
-PERL5_REQD+= 5.8.0
-PERL5_CONFIGURE= NO
-
.include "../postgresql74-lib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/perl5/module.mk"