forked from Lainports/freebsd-ports
regarded as a major release with features with interest to those with large databases. The updates are extensive and the best source of info is in the release notes. Enjoy and direct questions to database@! Release notes: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4 PR: ports/59403, ports/59404, ports/59393, ports/59394, ports/59395, ports/59397, ports/59398, ports/59402, && ports/59401 Submitted by: maintainer Approved by: marcus (portmgr@ hat)
31 lines
654 B
Makefile
31 lines
654 B
Makefile
# New ports collection makefile for: PostgreSQL PL/Perl
|
|
# Date created: January 14, 2002
|
|
# Whom: Palle Girgensohn <girgen@partitur.se>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= databases perl5
|
|
PKGNAMEPREFIX= p5-
|
|
PKGNAMESUFFIX= -plperl
|
|
|
|
MAINTAINER= girgen@pingpong.net
|
|
COMMENT= A module for using Perl5 to write SQL functions
|
|
|
|
POSTGRESQL_PORT?= databases/postgresql7
|
|
POSTGRESQL_SUBPORT=YES
|
|
.include "../../${POSTGRESQL_PORT}/Makefile"
|
|
|
|
RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
|
|
|
|
USE_PERL5= yes
|
|
CONFIGURE_ARGS= --with-perl
|
|
|
|
MAKE_ARGS+= -C src/pl/plperl
|
|
MAKEFILE= GNUmakefile
|
|
|
|
post-install:
|
|
@ ${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|