aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql90-plperl/Makefile
blob: fdd98fad3822a82ba6bff92ce609f1550ebc05c0 (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
26
27
28
# New ports collection makefile for:    PostgreSQL PL/Perl 
# Date created:     January 14, 2002
# Whom:         Palle Girgensohn <girgen@partitur.se>
#
# $FreeBSD$
#

PORTNAME=   postgresql
CATEGORIES= databases perl5
PKGNAMESUFFIX=  -plperl

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

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

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

WANT_PGSQL_VER?=90

USE_PERL5=  yes
CONFIGURE_ARGS= --with-perl

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

.include "${MASTERDIR}/Makefile"