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