diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 21:36:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 21:36:31 +0000 |
commit | 78c8ae51d7be1f2ff3400bed462826ad80402dee (patch) | |
tree | 59888893a77a94cc5da1a9d8a2700880343d7575 /net | |
parent | 1499cd457997653ec03ec629aa513d7f72d84dda (diff) |
- Mark BROKEN and expire in one month; does not build with yaz3
Notes
Notes:
svn path=/head/; revision=210546
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile index fc9b7a1f218b..ea654422c0d6 100644 --- a/net/p5-Net-Z3950/Makefile +++ b/net/p5-Net-Z3950/Makefile @@ -15,10 +15,14 @@ MAINTAINER= demon@FreeBSD.org COMMENT= A perl interface to the Z39.50 information retrieval protocol BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event -LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz +LIB_DEPENDS= yaz.3:${PORTSDIR}/net/yaz RUN_DEPENDS= ${SITE_PERL}/MARC/Record.pm:${PORTSDIR}/textproc/p5-MARC-Record \ ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event +BROKEN= does not compile with yaz 3.x, deprecated in favor of ZOOM-Perl (net/p5-Net-Z3950-ZOOM) +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2008-05-04 + PERL_CONFIGURE= yes MAN3= Net::Z3950::ResultSet.3 Net::Z3950::Manager.3 \ |