diff --git a/net/Makefile b/net/Makefile index 9af43f8054fb..2b1135aa3e68 100644 --- a/net/Makefile +++ b/net/Makefile @@ -468,6 +468,7 @@ SUBDIR += p5-Net-Services SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-Telnet + SUBDIR += p5-Net-Telnet-Netscreen SUBDIR += p5-Net-Traceroute SUBDIR += p5-Net-Traceroute6 SUBDIR += p5-Net-VNC diff --git a/net/p5-Net-Telnet-Netscreen/Makefile b/net/p5-Net-Telnet-Netscreen/Makefile new file mode 100644 index 000000000000..a62f59a80a4d --- /dev/null +++ b/net/p5-Net-Telnet-Netscreen/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-Net-Telnet-Netscreen +# Date created: 2006-07-30 +# Whom: Tsung-Han Yeh +# +# $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 + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include diff --git a/net/p5-Net-Telnet-Netscreen/distinfo b/net/p5-Net-Telnet-Netscreen/distinfo new file mode 100644 index 000000000000..22ef75535d9e --- /dev/null +++ b/net/p5-Net-Telnet-Netscreen/distinfo @@ -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 diff --git a/net/p5-Net-Telnet-Netscreen/pkg-descr b/net/p5-Net-Telnet-Netscreen/pkg-descr new file mode 100644 index 000000000000..a1f3fcebe6d7 --- /dev/null +++ b/net/p5-Net-Telnet-Netscreen/pkg-descr @@ -0,0 +1,4 @@ +Net::Telnet::Netscreen - interact with a Netscreen firewall + +Author: Marcus Ramberg +WWW: http://search.cpan.org/dist/Netscreen/ diff --git a/net/p5-Net-Telnet-Netscreen/pkg-plist b/net/p5-Net-Telnet-Netscreen/pkg-plist new file mode 100644 index 000000000000..ac238cae9ef2 --- /dev/null +++ b/net/p5-Net-Telnet-Netscreen/pkg-plist @@ -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