833b7b9dd3
-BUILDLINK_API_DEPENDS.yaz+= yaz>=2.1.50 +BUILDLINK_API_DEPENDS.yaz+= yaz>=4 (upstream) - Update 1.28 to 1.30 ------------------- 1.30 Wed Mar 12 14:08:26 CET 2014 - Update test 19-events.t and 29-events.t Events check: allow for multiple Connect events - Require YAZ 4 or later - Require perl-XML-LibXML-XPathContext on RHEL/CentOS v5 only. 1.29 Mon Oct 14 10:41:28 CEST 2013 - Debian/RPM packages now built with YAZ 5. - Do not depend on libyaz4-devel in Debian package (only required for building) - Include the useful example program samples/zoom-delete-records which is installed as part of "make install". - Fix documentation of connect() method so that it doesn't imply that it can accept options.
21 lines
667 B
Makefile
21 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.31 2015/02/28 14:52:57 mef Exp $
|
|
|
|
DISTNAME= Net-Z3950-ZOOM-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Z3950-ZOOM/
|
|
COMMENT= Perl extension for talking to Z39.50 servers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Event>=1.06:../../devel/p5-Event
|
|
DEPENDS+= p5-MARC-Record>=2.0.0:../../databases/p5-MARC-Record
|
|
BUILDLINK_API_DEPENDS.yaz+= yaz>=4
|
|
|
|
PERL5_PACKLIST= auto/Net/Z3950/ZOOM/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../net/yaz/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|