pkgsrc/net/p5-Net-Ident/Makefile
heinz 5a049255a8 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.
2005-10-16 17:42:46 +00:00

21 lines
541 B
Makefile

# $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"