pkgsrc/databases/postgresql90-plperl/Makefile
adam 762dd8c619 Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.
2010-09-21 07:50:46 +00:00

26 lines
668 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/21 07:53:14 adam Exp $
PKGNAME= postgresql90-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= postgresql90-server>=${BASE_VERS}:../../databases/postgresql90-server
.include "../../databases/postgresql90/Makefile.common"
PERL5_CONFIGURE= no
CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= src/pl/plperl
MAKE_FILE= GNUmakefile
BUILD_MAKE_FLAGS= PGXS=1
USE_TOOLS+= perl
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
.include "../../databases/postgresql90-client/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"