diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-01-10 13:18:04 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-01-10 13:18:04 +0000 |
commit | 2e67ecb13a2ca40c66eb02e15f5c54c13bd9150c (patch) | |
tree | a7a7025565a603452de3aca620a7174b18e2d953 /textproc/p5-MARC-XML/Makefile | |
parent | 91b51da86dcaa6ce8eee5a9e924063f054ed6c4a (diff) | |
download | ports-2e67ecb13a2ca40c66eb02e15f5c54c13bd9150c.tar.gz ports-2e67ecb13a2ca40c66eb02e15f5c54c13bd9150c.zip |
Notes
Diffstat (limited to 'textproc/p5-MARC-XML/Makefile')
-rw-r--r-- | textproc/p5-MARC-XML/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-MARC-XML/Makefile b/textproc/p5-MARC-XML/Makefile index 792ceecc36e7..ebf85b3bc01d 100644 --- a/textproc/p5-MARC-XML/Makefile +++ b/textproc/p5-MARC-XML/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MARC-XML -PORTVERSION= 0.92 +PORTVERSION= 0.93 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= An extension to the MARC-Record distribution for working with XML data -BUILD_DEPENDS= ${SITE_PERL}/MARC/Record.pm:${PORTSDIR}/textproc/p5-MARC-Record \ - ${SITE_PERL}/MARC/Charset.pm:${PORTSDIR}/textproc/p5-MARC-Charset \ - ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-MARC-Record>=2:${PORTSDIR}/textproc/p5-MARC-Record \ + p5-MARC-Charset>=0.98:${PORTSDIR}/textproc/p5-MARC-Charset \ + p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS= ${BUILD_DEPENDS} MAN1= marc2xml.1 xml2marc.1 |