2006-08-02 19:16:36 +02:00
|
|
|
# New ports collection makefile for: p5-Net-Telnet-Netscreen
|
|
|
|
# Date created: 2006-07-30
|
|
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Telnet-Netscreen
|
2008-04-20 05:13:57 +02:00
|
|
|
PORTVERSION= 1.2
|
2006-08-02 19:16:36 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-02 19:16:36 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
|
|
COMMENT= A Perl interface for interact with a Netscreen firewall
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::Telnet::Netscreen.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|