From a5e6beb57daa17e69c30411c7a53ad8ade67bc7a Mon Sep 17 00:00:00 2001 From: seanc Date: Thu, 4 Dec 2003 12:00:49 +0000 Subject: Introduce the world to PostgreSQL 7.4! By and large this release is 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) --- databases/p5-postgresql-plperl/Makefile | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'databases/p5-postgresql-plperl') diff --git a/databases/p5-postgresql-plperl/Makefile b/databases/p5-postgresql-plperl/Makefile index 2bed2b63cdb6..69f0f35ee9fe 100644 --- a/databases/p5-postgresql-plperl/Makefile +++ b/databases/p5-postgresql-plperl/Makefile @@ -4,29 +4,22 @@ # # $FreeBSD$ # -POSTGRESQL_PORT?= databases/postgresql7 -PORTNAME= postgresql -PORTVERSION!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V PORTVERSION -PORTREVISION?= 1 +PORTREVISION= 0 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V MASTER_SITE_SUBDIR PKGNAMEPREFIX= p5- PKGNAMESUFFIX= -plperl -DISTFILES!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V DISTFILES -DIST_SUBDIR= postgresql MAINTAINER= girgen@pingpong.net COMMENT= A module for using Perl5 to write SQL functions -RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} +POSTGRESQL_PORT?= databases/postgresql7 +POSTGRESQL_SUBPORT=YES +.include "../../${POSTGRESQL_PORT}/Makefile" -MD5_FILE= ${.CURDIR}/../../${POSTGRESQL_PORT}/distinfo +RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} -USE_GMAKE= yes USE_PERL5= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl MAKE_ARGS+= -C src/pl/plperl -- cgit