1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/p5-Net-Z3950-ZOOM/Makefile
Tijl Coosemans 5c1d05b7a4 Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in
r374303 to prevent massive PORTREVISION bumps.  Bump dependent ports that
have not been bumped since.
2016-12-08 15:46:46 +00:00

24 lines
526 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Z3950-ZOOM
PORTVERSION= 1.30
PORTREVISION= 3
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl interface to the Z39.50 Object-Orientation Model (ZOOM)
LIB_DEPENDS= libyaz.so:net/yaz
BUILD_DEPENDS= p5-MARC-Record>=1.38:textproc/p5-MARC-Record
RUN_DEPENDS= p5-MARC-Record>=1.38:textproc/p5-MARC-Record
USES= perl5
USE_PERL5= configure
CONFLICTS= p5-Net-Z3950-[0-9]*
.include <bsd.port.mk>