summaryrefslogtreecommitdiff
path: root/net/p5-Net-Z3950-SimpleServer/Makefile
blob: 0d1af7c800832254fbff03fbb3ec98d0520cd21e (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
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>

PORTNAME=	Net-Z3950-SimpleServer
PORTVERSION=	1.20
PORTREVISION=	1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libyaz.so:net/yaz

USES=		perl5 shebangfix
SHEBANG_FILES=	ztest.pl grs_test.pl logging-server.pl
USE_PERL5=	configure
CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}

.include <bsd.port.mk>