1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/databases/p5-postgresql-plperl/Makefile
Pete Fritchman f96b0feca4 Update the maintainer's email.
PR:		45883
Submitted by:	maintainer
2002-12-22 21:00:03 +00:00

29 lines
550 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-
MAINTAINER= girgen@pingpong.net
POSTGRESQL_SUBPORT=YES
.include <${.CURDIR}/../postgresql7/Makefile>
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql7
USE_PERL5= yes
CONFIGURE_ARGS= --with-perl
MAKE_ARGS+= -C src/pl/plperl
MAKEFILE= GNUmakefile
post-install:
@ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>