diff options
author | hiramatsu <hiramatsu> | 2011-10-17 11:09:31 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-10-17 11:09:31 +0000 |
commit | 91f56fbda10578d6fa48e13bc9aef7dd8d9369fd (patch) | |
tree | a3a205673137556cd04c87618044768d06e29be6 /net/p5-Net-Bind | |
parent | 4bbc49f692ee7a4efc366e9c54a36031dd67c308 (diff) | |
download | pkgsrc-91f56fbda10578d6fa48e13bc9aef7dd8d9369fd.tar.gz |
Add HOMEPAGE and LICENSE.
Diffstat (limited to 'net/p5-Net-Bind')
-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 |