blob: 82c5ac80f975a7b1027c4d070a597842f484af2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: Makefile,v 1.2 1998/08/23 03:01:19 jseger Exp $
#
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/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>
|