diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-17 11:09:31 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-17 11:09:31 +0000 |
commit | 7857542030150107978032e2db9bef3bf759c2e2 (patch) | |
tree | a3a205673137556cd04c87618044768d06e29be6 /net | |
parent | 0b33f79b8852882fd5fbcc46f30b103f8c800f4e (diff) | |
download | pkgsrc-7857542030150107978032e2db9bef3bf759c2e2.tar.gz |
Add HOMEPAGE and LICENSE.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Bind/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Bind/Makefile b/net/p5-Net-Bind/Makefile index 85d58e72517..36bfaf80f07 100644 --- a/net/p5-Net-Bind/Makefile +++ b/net/p5-Net-Bind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/08/14 14:14:42 obache Exp $ +# $NetBSD: Makefile,v 1.12 2011/10/17 11:09:31 hiramatsu Exp $ DISTNAME= Net-Bind-0.05 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,9 @@ CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-Bind COMMENT= Perl5 module to grovel DNS resolver information +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |