2003-10-30 18:51:05 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: p5-Net-Ident
|
|
|
|
# Date created: Oct 30, 2003
|
|
|
|
# Whom: kai
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Ident
|
|
|
|
PORTVERSION= 1.20
|
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-30 18:51:05 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kai@xs4all.nl
|
|
|
|
COMMENT= Lookup the username on the remote end of a TCP/IP connection
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::Ident.3
|
|
|
|
|
2004-07-24 09:06:21 +02:00
|
|
|
.include <bsd.port.mk>
|