of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
23 lines
626 B
Makefile
23 lines
626 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:07 jlam Exp $
|
|
|
|
PKGNAME= postgresql74-plperl-${BASE_VERS}
|
|
PKGREVISION= 2
|
|
COMMENT= PL/Perl procedural language for the PostgreSQL backend
|
|
|
|
DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
|
|
|
|
|
|
.include "../postgresql74/Makefile.common"
|
|
|
|
PERL5_CONFIGURE= NO
|
|
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
|
|
CONFIGURE_ARGS+= --with-perl
|
|
|
|
BUILD_DIRS= ${WRKSRC}/src/pl/plperl
|
|
MAKEFILE= GNUmakefile
|
|
|
|
.include "../postgresql74-lib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|