ports/databases/p5-postgresql-plperl/Makefile
Daichi GOTO 9594eef7a2 postgresql slave ports, reduce unnecessary portrevision bumps
PR:		52867
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
2003-06-19 09:12:56 +00:00

31 lines
659 B
Makefile

# New ports collection makefile for: PostgreSQL PL/Perl
# Date created: January 14, 2002
# Whom: Palle Girgensohn <girgen@partitur.se>
#
# $FreeBSD$
#
PORTNAME= postgresql-plperl
CATEGORIES= databases perl5
PKGNAMEPREFIX= p5-
PORTREVISION= 0
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>