Import tex-printlen-doc-1.1a as print/tex-printlen-doc.
[pkgsrc.git] / databases / postgresql80-plperl / Makefile
1 # $NetBSD: Makefile,v 1.4 2005/06/24 05:56:25 jlam Exp $
2
3 PKGNAME=        postgresql80-plperl-${BASE_VERS}
4 COMMENT=        PL/Perl procedural language for the PostgreSQL backend
5
6 DEPENDS+=       postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
7
8 .include "../../databases/postgresql80/Makefile.common"
9
10 PERL5_CONFIGURE=        NO
11 CONFIGURE_ARGS+=        --with-perl
12
13 BUILD_DIRS=             ${WRKSRC}/src/pl/plperl
14 MAKEFILE=               GNUmakefile
15
16 USE_LIBTOOL=            yes
17 PKG_LIBTOOL=            ${PKG_SHLIBTOOL}
18
19 .include "../../databases/postgresql80-client/buildlink3.mk"
20 .include "../../lang/perl5/module.mk"
21
22 .include "../../mk/bsd.pkg.mk"