diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-10-27 15:17:05 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-10-27 15:17:05 +0000 |
commit | f04f19d4686d5473d2b41f94128c3b13d8ce006b (patch) | |
tree | 68cd8f59f532eba4025ff7e0aad03ac6dd68f169 /net/p5-Net-Z3950-ZOOM | |
parent | e373736c55b9328fee0695d724f00ac93d337586 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Z3950-ZOOM')
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Z3950-ZOOM/Makefile b/net/p5-Net-Z3950-ZOOM/Makefile index 07eb4486a4df..b251e8a35f4d 100644 --- a/net/p5-Net-Z3950-ZOOM/Makefile +++ b/net/p5-Net-Z3950-ZOOM/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-Z3950-ZOOM PORTVERSION= 1.28 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A perl interface to the Z39.50 Object-Orientation Model (ZOOM) -LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz +LIB_DEPENDS= yaz:${PORTSDIR}/net/yaz BUILD_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record RUN_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record |