mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# New ports collection makefile for: p5-Net-Telnet
|
|
# Date created: March 3 1998
|
|
# Whom: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= p5-Net-Telnet
|
|
PORTVERSION= 3.01
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
DISTNAME= Net-Telnet-3.01
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
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>
|