diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-19 07:44:50 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-19 07:44:50 +0000 |
commit | 39326eac844ed940fb5eacc29218e8c7c40ed306 (patch) | |
tree | 87a2316178a13d38501d6d501438f042c49bb749 /net/p5-Net-Z3950-SimpleServer/Makefile | |
parent | 1900312d71d620e2089be7ee04b1fd92508e871d (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Z3950-SimpleServer/Makefile')
-rw-r--r-- | net/p5-Net-Z3950-SimpleServer/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-Net-Z3950-SimpleServer/Makefile b/net/p5-Net-Z3950-SimpleServer/Makefile index 11f48ce0edb1..85f4d995c26e 100644 --- a/net/p5-Net-Z3950-SimpleServer/Makefile +++ b/net/p5-Net-Z3950-SimpleServer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Z3950-SimpleServer -PORTVERSION= 0.08 +PORTVERSION= 1.01 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -20,15 +20,12 @@ LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz PERL_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -MAN3= Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3 +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 +IGNORE= doesn't run under FreeBSD versions less than 5.x .endif .include <bsd.port.post.mk> |