summaryrefslogtreecommitdiff
path: root/net/p5-Net-Telnet/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-03-15 20:08:43 +0000
committerSteve Price <steve@FreeBSD.org>1998-03-15 20:08:43 +0000
commita771efb1f51bfa0fe056a8d54acd1c0bad624776 (patch)
treea66994ea9502494398cd76084aa8390bfccf7649 /net/p5-Net-Telnet/Makefile
parentUpdate to version 2.4.5. (diff)
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>
Notes
Notes: svn path=/head/; revision=10152
Diffstat (limited to 'net/p5-Net-Telnet/Makefile')
-rw-r--r--net/p5-Net-Telnet/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile
new file mode 100644
index 000000000000..259566681ae9
--- /dev/null
+++ b/net/p5-Net-Telnet/Makefile
@@ -0,0 +1,24 @@
+# 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>