aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql90-plperl/Makefile
blob: 6fc45b719255c51387e51a2cf876b2ef4cadb7b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Palle Girgensohn <girgen@partitur.se>
# $FreeBSD$

PORTNAME=   postgresql
CATEGORIES= databases perl5
PKGNAMESUFFIX=  -plperl

MAINTAINER= pgsql@FreeBSD.org
COMMENT=    Write SQL functions for PostgreSQL using Perl5

RUN_DEPENDS=    postgres:${PORTSDIR}/databases/postgresql${WANT_PGSQL_VER}-server

MASTERDIR=  ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server

WANT_PGSQL_VER?=90

USES=       perl5
CONFIGURE_ARGS= --with-perl

BUILD_DIRS= src/backend src/pl/plperl
INSTALL_DIRS=   src/pl/plperl
SLAVE_ONLY= yes

NO_STAGE=   yes
.include "${MASTERDIR}/Makefile"