aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Z3950-SimpleServer/Makefile
blob: 418bc06fe6d9c99076ba6861eb5cddd02e5905c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
PORTVERSION=    1.12
PORTREVISION=   1
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= demon@FreeBSD.org
COMMENT=    A Perl module for developing Z39.50 servers

LIB_DEPENDS=    yaz.4:${PORTSDIR}/net/yaz

PERL_CONFIGURE= yes
CONFIGURE_ENV=  LOCALBASE=${LOCALBASE}

MAN3=   Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3

.include <bsd.port.mk>