2002-03-10 22:47:41 +01:00
|
|
|
# New ports collection makefile for: p5-Net-Z3950-SimpleServer
|
|
|
|
# Date created: 12 March 2002
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Z3950-SimpleServer
|
2003-01-05 10:11:31 +01:00
|
|
|
PORTVERSION= 0.07
|
2002-03-10 22:47:41 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= http://ftp.indexdata.dk/pub/simpleserver/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A Perl module for developing Z39.50 servers
|
2002-03-10 22:47:41 +01:00
|
|
|
|
2003-02-28 12:40:59 +01:00
|
|
|
LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz
|
2002-03-10 22:47:41 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
|
|
|
|
|
|
|
|
MAN3= Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|