freebsd-ports/net/p5-Net-Ident/Makefile
Vanilla I. Shu 9c1eb61cda Add p5-Net-Ident 1.20,
lookup the username on the remote end of a
TCP/IP connection.

PR:		58723
Submitted by:	Kai Storbeck <kai@xs4all.nl>
2003-10-30 17:51:05 +00:00

23 lines
429 B
Makefile

# 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
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
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
.include <bsd.port.mk>