diff options
author | heinz <heinz@pkgsrc.org> | 2005-10-16 17:42:46 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-10-16 17:42:46 +0000 |
commit | 149946385257fa50dd665b8a26f9a092a7964220 (patch) | |
tree | 1f7fc2e9714ebb5557b58d0a18779b6f98bd47b1 /net/p5-Net-Ident/Makefile | |
parent | 8bacca176e73a8750fa3c4668a66dce313ef8fef (diff) | |
download | pkgsrc-149946385257fa50dd665b8a26f9a092a7964220.tar.gz |
Initial version of the Net::Ident perl module.
Net::Ident is a module that looks up the username on the remote side of
a TCP/IP connection through the ident (auth/tap) protocol described in
RFC1413. Note that this requires the remote site to run a daemon (often
called identd) to provide the requested information, so it is not always
available for all TCP/IP connections.
Diffstat (limited to 'net/p5-Net-Ident/Makefile')
-rw-r--r-- | net/p5-Net-Ident/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/p5-Net-Ident/Makefile b/net/p5-Net-Ident/Makefile new file mode 100644 index 00000000000..60bc8a7453d --- /dev/null +++ b/net/p5-Net-Ident/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/16 17:42:46 heinz Exp $ +# + +DISTNAME= Net-Ident-1.20 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5nid +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-Ident/ +COMMENT= Perl module implementing the client side of the ident protocol + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_LANGUAGES= #empty + +PERL5_PACKLIST= auto/Net/Ident/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |