freebsd-ports/net/p5-Net-Z3950-SimpleServer/Makefile
Yen-Ming Lee bb6e43ccbf - unbreak this port under old perl
- use MASTER_SITE_PERL_CPAN instead

PR:		90543
Submitted by:	leeym
Approved by:	maintainer timeout
2006-01-01 19:43:50 +00:00

34 lines
921 B
Makefile

# 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
PORTVERSION= 0.08
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
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
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
post-patch:
${REINPLACE_CMD} -e 's/PERL_GET_CONTEXT/(PL_curinterp)/g' ${WRKSRC}/SimpleServer.xs
${REINPLACE_CMD} -e 's/PERL_SET_CONTEXT/(PL_curinterp)=/g' ${WRKSRC}/SimpleServer.xs
${REINPLACE_CMD} -e '/LIBS/s/=>.*/=> "$$libs -lc_r",/' ${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>