mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
6d94fd8e00
Approved by: portmgr (blanket infrastructure)
24 lines
556 B
Makefile
24 lines
556 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Z3950-ZOOM
|
|
PORTVERSION= 1.28
|
|
PORTREVISION= 1
|
|
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= yaz:${PORTSDIR}/net/yaz
|
|
BUILD_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record
|
|
RUN_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
CONFLICTS= p5-Net-Z3950-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|