diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-12-21 18:57:08 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-12-21 18:57:08 +0000 |
commit | 703d06df1d49143e492966806f49a80bd8364e61 (patch) | |
tree | a5a938d3f905a306425d1ad87f26573f112d4f71 /net/p5-Net-Z3950-SimpleServer/Makefile | |
parent | f5f69be5a9e97f3da09916361adb5ddef374ec02 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Z3950-SimpleServer/Makefile')
-rw-r--r-- | net/p5-Net-Z3950-SimpleServer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/p5-Net-Z3950-SimpleServer/Makefile b/net/p5-Net-Z3950-SimpleServer/Makefile index 1e5898a49f53..d0626d312188 100644 --- a/net/p5-Net-Z3950-SimpleServer/Makefile +++ b/net/p5-Net-Z3950-SimpleServer/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Z3950-SimpleServer -PORTVERSION= 1.16 -PORTREVISION= 1 +PORTVERSION= 1.19 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,13 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A Perl module for developing Z39.50 servers -LIB_DEPENDS= yaz:${PORTSDIR}/net/yaz +LIB_DEPENDS= libyaz.so:${PORTSDIR}/net/yaz USES= perl5 USE_PERL5= configure CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -MAN3= Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3 - -NO_STAGE= yes .include <bsd.port.mk> |