freebsd-ports/net/p5-Net-Z3950-ZOOM/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

28 lines
687 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.21
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= A perl interface to the Z39.50 Object-Orientation Model (ZOOM)
LIB_DEPENDS= yaz.3:${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>