freebsd-ports/net/p5-Net-Z3950-SimpleServer/Makefile
Pawel Pekala f04f19d468 - Update net/yaz to version 5.0.2
- Update net/zebra-server to 2.0.55 and fix build
  with new net/yaz [1]
- Bump other affected ports

PR:		ports/183355 [1]
Submitted by:	myself
Approved by:	maintainer
2013-10-27 15:17:05 +00:00

23 lines
479 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Z3950-SimpleServer
PORTVERSION= 1.16
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:${PORTSDIR}/net/yaz
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
MAN3= Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3
NO_STAGE= yes
.include <bsd.port.mk>