2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
2006-08-02 19:16:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Telnet-Netscreen
|
2008-04-20 05:13:57 +02:00
|
|
|
PORTVERSION= 1.2
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
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
|
2014-01-05 18:15:11 +01:00
|
|
|
COMMENT= Perl interface for interact with a Netscreen firewall
|
2006-08-02 19:16:36 +02:00
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet
|
2006-08-02 19:16:36 +02:00
|
|
|
|
2013-09-05 13:09:23 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-08-02 19:16:36 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|