diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 16:11:34 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 16:11:34 +0000 |
commit | dfe73c8c3c8a6f90bccbd65d64fd930e6d9db9c3 (patch) | |
tree | 8cd6067278f6cdb104771fd0f76a72f3fff82fc8 /net | |
parent | c382d0825af97a9b613222aded75360a859f6ca4 (diff) | |
download | pkgsrc-dfe73c8c3c8a6f90bccbd65d64fd930e6d9db9c3.tar.gz |
adding destdir support and license of perl itself (POD)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Z3950-ZOOM/Makefile b/net/p5-Net-Z3950-ZOOM/Makefile index 3b52e70e977..2d30bff3f74 100644 --- a/net/p5-Net-Z3950-ZOOM/Makefile +++ b/net/p5-Net-Z3950-ZOOM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/03/25 22:37:14 he Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/07 16:11:34 sno Exp $ DISTNAME= Net-Z3950-ZOOM-1.25 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-Z3950-ZOOM/ COMMENT= Perl extension for talking to Z39.50 servers +LICENSE= ${PERL5_LICENSE} +PKG_DESTDIR_SUPPORT= user-destdir #PKG_INSTALLATION_TYPES= overwrite pkgviews DEPENDS+= p5-Event>=1.06:../../devel/p5-Event |