2002-03-10 22:25:50 +01:00
|
|
|
# New ports collection makefile for: p5-Net-Z3950
|
2001-12-23 22:23:49 +01:00
|
|
|
# Date created: 23 December 2001
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Z3950
|
2005-10-10 15:00:06 +02:00
|
|
|
PORTVERSION= 0.50
|
2001-12-23 22:23:49 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= http://perl.z3950.org/download/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-02-23 13:24:58 +01:00
|
|
|
COMMENT= A perl interface to the Z39.50 information retrieval protocol
|
2001-12-23 22:23:49 +01:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event
|
2003-02-28 12:40:59 +01:00
|
|
|
LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz
|
2004-12-31 08:52:47 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/MARC/Record.pm:${PORTSDIR}/textproc/p5-MARC-Record \
|
2003-10-24 14:05:09 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event
|
2001-12-23 22:23:49 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
|
|
|
|
|
|
|
|
MAN3= Net::Z3950::ResultSet.3 Net::Z3950::Manager.3 \
|
|
|
|
Net::Z3950::Tutorial.3 Net::Z3950::Record.3 \
|
2005-01-11 09:22:19 +01:00
|
|
|
Net::Z3950::Connection.3 Net::Z3950::APDU.3 Net::Z3950.3 \
|
|
|
|
Net::Z3950::ScanSet.3
|
2001-12-23 22:23:49 +01:00
|
|
|
|
2005-06-29 10:53:10 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= Requires perl version 5.6.0 or above
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|