19ae4feadb4778cd23b0d64239d4a0fa8df012b8
[pkgsrc.git] / databases / postgresql84-plperl / Makefile
1 # $NetBSD: Makefile,v 1.1.1.1 2009/07/29 06:30:06 adam Exp $
2
3 PKGNAME=        postgresql84-plperl-${BASE_VERS}
4 COMMENT=        PL/Perl procedural language for the PostgreSQL backend
5
6 PKG_DESTDIR_SUPPORT=    user-destdir
7
8 DEPENDS+=       postgresql84-server>=${BASE_VERS}:../../databases/postgresql84-server
9
10 .include "../../databases/postgresql84/Makefile.common"
11
12 PERL5_CONFIGURE=        no
13 CONFIGURE_ARGS+=        --with-perl
14
15 BUILD_DIRS=             src/pl/plperl
16 MAKE_FILE=              GNUmakefile
17 BUILD_MAKE_FLAGS=       PGXS=1
18
19 USE_TOOLS+=             perl
20 USE_LIBTOOL=            yes
21 PKG_LIBTOOL=            ${PKG_SHLIBTOOL}
22
23 .include "../../databases/postgresql84-client/buildlink3.mk"
24 .include "../../lang/perl5/module.mk"
25
26 .include "../../mk/bsd.pkg.mk"