mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Net-Telnet-Netscreen 1.1, a Perl interface for interact with a
Netscreen firewall. PR: ports/101060 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
This commit is contained in:
parent
46f6141c0e
commit
0531d6eb46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169485
5 changed files with 52 additions and 0 deletions
|
@ -468,6 +468,7 @@
|
||||||
SUBDIR += p5-Net-Services
|
SUBDIR += p5-Net-Services
|
||||||
SUBDIR += p5-Net-TCLink
|
SUBDIR += p5-Net-TCLink
|
||||||
SUBDIR += p5-Net-Telnet
|
SUBDIR += p5-Net-Telnet
|
||||||
|
SUBDIR += p5-Net-Telnet-Netscreen
|
||||||
SUBDIR += p5-Net-Traceroute
|
SUBDIR += p5-Net-Traceroute
|
||||||
SUBDIR += p5-Net-Traceroute6
|
SUBDIR += p5-Net-Traceroute6
|
||||||
SUBDIR += p5-Net-VNC
|
SUBDIR += p5-Net-VNC
|
||||||
|
|
32
net/p5-Net-Telnet-Netscreen/Makefile
Normal file
32
net/p5-Net-Telnet-Netscreen/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# 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
|
||||||
|
PORTVERSION= 1.1
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Net
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
DISTNAME= Netscreen-${PORTVERSION}
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500600
|
||||||
|
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
net/p5-Net-Telnet-Netscreen/distinfo
Normal file
3
net/p5-Net-Telnet-Netscreen/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Netscreen-1.1.tar.gz) = 147ded60c4eb4211ce220ff642813a9e
|
||||||
|
SHA256 (Netscreen-1.1.tar.gz) = 7a116e0ed72de32886830cbbebaaa219b5e0e1d422901d438c39cc66861f75ee
|
||||||
|
SIZE (Netscreen-1.1.tar.gz) = 9932
|
4
net/p5-Net-Telnet-Netscreen/pkg-descr
Normal file
4
net/p5-Net-Telnet-Netscreen/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Net::Telnet::Netscreen - interact with a Netscreen firewall
|
||||||
|
|
||||||
|
Author: Marcus Ramberg <mramberg@cpan.org>
|
||||||
|
WWW: http://search.cpan.org/dist/Netscreen/
|
12
net/p5-Net-Telnet-Netscreen/pkg-plist
Normal file
12
net/p5-Net-Telnet-Netscreen/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
%%SITE_PERL%%/Net/Telnet/Netscreen.pm
|
||||||
|
%%SITE_PERL%%/auto/Net/Telnet/Netscreen/autosplit.ix
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Netscreen/.packlist
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Netscreen
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||||
|
@dirrmtry %%SITE_PERL%%/auto/Net/Telnet/Netscreen
|
||||||
|
@dirrmtry %%SITE_PERL%%/auto/Net/Telnet
|
||||||
|
@dirrmtry %%SITE_PERL%%/auto/Net
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net/Telnet
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Add table
Reference in a new issue