56e5d02d70
- Compact -plperl ports - Portlint for 90-plperl - Update version numbers in pkg-install-server - s/spaces/tabs/ - Use ${} instead of $() - s/YES/yes/ - Tidy IGNORE values Submitted by: sunpoet
28 lines
650 B
Makefile
28 lines
650 B
Makefile
# 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= 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
|
|
|
|
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"
|