freebsd-ports/net/p5-Net-Z3950-ZOOM/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

28 lines
715 B
Makefile

# New ports collection makefile for: p5-Net-Z3950-ZOOM
# Date created: 22 December 2006
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Z3950-ZOOM
PORTVERSION= 1.18
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= A perl interface to the Z39.50 Object-Orientation Model (ZOOM)
LIB_DEPENDS= yaz.2:${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
PERL_CONFIGURE= yes
MAN3= Net::Z3950::ZOOM.3 ZOOM.3
CONFLICTS= p5-Net-Z3950-[0-9]*
.include <bsd.port.mk>