blob: 6a5f8da5195a0221a6ff45269d587915852cfd78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: PostgreSQL PL/Perl
# Date created: January 14, 2002
# Whom: Palle Girgensohn <girgen@partitur.se>
#
# $FreeBSD$
#
PORTNAME= postgresql
PKGNAMESUFFIX= -plperl
MAINTAINER= pgsql@FreeBSD.org
COMMENT= Write SQL functions for PostgreSQL using Perl5
WANT_PGSQL_VER= 91
USE_PERL5= yes
.include "${.CURDIR}/../postgresql90-plperl/Makefile"
|