freebsd-ports/net/p5-Net-Z3950-SimpleServer/Makefile

39 lines
923 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Net-Z3950-SimpleServer
# Date created: 12 March 2002
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Z3950-SimpleServer
2006-12-23 17:23:46 +01:00
PORTVERSION= 1.04
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
2006-12-23 17:23:46 +01:00
DISTNAME= ${PORTNAME}-${PORTVERSION}-update
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= A Perl module for developing Z39.50 servers
LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz
PERL_CONFIGURE= yes
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
MAN3= Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3
2006-12-23 17:23:46 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
pre-configure:
cd ${WRKSRC} && \
${REINPLACE_CMD} -e 's,LOG_WARN,YLOG_WARN,' SimpleServer.xs
2005-04-10 23:59:01 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= requires at least Perl 5. Please install lang/perl5.8 and try again
2005-04-10 23:59:01 +02:00
.endif
.include <bsd.port.post.mk>