diff options
Diffstat (limited to 'net/p5-Net-Z3950/Makefile')
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile new file mode 100644 index 00000000000..eb975c51718 --- /dev/null +++ b/net/p5-Net-Z3950/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/17 02:03:12 dmcmahill Exp $ +# + +DISTNAME= Net-Z3950-0.32 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5nz3 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://perl.z3950.org +COMMENT= perl interface to the Z39.50 information retrieval protocol + +DEPENDS+= p5-MARC>=1.15:../../databases/p5-MARC +DEPENDS+= p5-Event>=0.77:../../devel/p5-Event + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Z3950/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../net/yaz/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |