1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/p5-Net-Telnet/Makefile
Steve Price a771efb1f5 Initial import of p5-Net-Telnet.
perl5 module to access and use telnet protocol.

PR:		5903
Submitted by:	Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
1998-03-15 20:08:43 +00:00

25 lines
557 B
Makefile

# New ports collection makefile for: p5-Net-Telnet
# Version required: 3.01
# Date created: March 3 1998
# Whom: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
#
# $Id$
#
DISTNAME= Net-Telnet-3.01
PKGNAME= p5-Net-Telnet-3.01
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
MAINTAINER= kuriyama@opt.phys.waseda.ac.jp
USE_PERL5= YES
MAN3= Net::Telnet.3
MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>