diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-17 10:00:07 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-17 10:00:07 +0000 |
commit | d6bae5355fb4a42705dbf0d2ed472ee990667874 (patch) | |
tree | 98d7fe06235946dad06b1b359a1d0de2a911b400 /net/p5-Net-Telnet | |
parent | 61888303c8724d70128338523c2e212a8425d7b7 (diff) | |
download | pkgsrc-d6bae5355fb4a42705dbf0d2ed472ee990667874.tar.gz |
Add HOMEPAGE and LICENSE.
Diffstat (limited to 'net/p5-Net-Telnet')
-rw-r--r-- | net/p5-Net-Telnet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile index bd37235c258..310d3a17705 100644 --- a/net/p5-Net-Telnet/Makefile +++ b/net/p5-Net-Telnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/08/14 14:14:46 obache Exp $ +# $NetBSD: Makefile,v 1.22 2011/10/17 10:00:07 hiramatsu Exp $ # DISTNAME= Net-Telnet-3.03 @@ -9,7 +9,9 @@ CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-Telnet COMMENT= Perl5 module to use telnet +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |