diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-02-22 07:48:51 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-02-22 07:48:51 +0000 |
commit | 2df3da6afb0b47006bd2cf7fd406c17a46f7d579 (patch) | |
tree | 4253aaf48a28276d8ebdea0237cd079b555a70b0 /net | |
parent | b694d2e3f45ca876a78f45b8fa1158c5617e2faf (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp-tkmib/Makefile | 1 | ||||
-rw-r--r-- | net/net-snmp-tkmib/pkg-comment | 1 | ||||
-rw-r--r-- | net/net-snmp/Makefile | 1 | ||||
-rw-r--r-- | net/net-snmp/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-Telnet/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Telnet/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-Traceroute/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Traceroute/pkg-comment | 1 |
8 files changed, 4 insertions, 4 deletions
diff --git a/net/net-snmp-tkmib/Makefile b/net/net-snmp-tkmib/Makefile index 19780dbe6a7c..11fbf73acba1 100644 --- a/net/net-snmp-tkmib/Makefile +++ b/net/net-snmp-tkmib/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= net-snmp DISTNAME= ucd-snmp-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org +COMMENT= An extendable SNMP implementation (tkmib part) RUN_DEPENDS= ${SITE_PERL}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ ${SITE_PERL}/SNMP.pm:${PORTSDIR}/net/p5-SNMP diff --git a/net/net-snmp-tkmib/pkg-comment b/net/net-snmp-tkmib/pkg-comment deleted file mode 100644 index 0c57af0cc408..000000000000 --- a/net/net-snmp-tkmib/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An extendable SNMP implementation (tkmib part) diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index eec720db9ec6..334d495bd3a0 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= kuriyama@FreeBSD.org +COMMENT= An extendable SNMP implementation USE_PERL5= yes USE_REINPLACE= yes diff --git a/net/net-snmp/pkg-comment b/net/net-snmp/pkg-comment deleted file mode 100644 index 3cd33e88aced..000000000000 --- a/net/net-snmp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An extendable SNMP implementation diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile index b8a0e973dc75..88b0a612be9b 100644 --- a/net/p5-Net-Telnet/Makefile +++ b/net/p5-Net-Telnet/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl5 module to access and use telnet protocol PERL_CONFIGURE= yes diff --git a/net/p5-Net-Telnet/pkg-comment b/net/p5-Net-Telnet/pkg-comment deleted file mode 100644 index fd42490a6545..000000000000 --- a/net/p5-Net-Telnet/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module to access and use telnet protocol diff --git a/net/p5-Net-Traceroute/Makefile b/net/p5-Net-Traceroute/Makefile index 49f4ef036c16..ca2c1d59eb23 100644 --- a/net/p5-Net-Traceroute/Makefile +++ b/net/p5-Net-Traceroute/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl module to parse traceroute(8) PERL_CONFIGURE= YES diff --git a/net/p5-Net-Traceroute/pkg-comment b/net/p5-Net-Traceroute/pkg-comment deleted file mode 100644 index b69b408e3156..000000000000 --- a/net/p5-Net-Traceroute/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module to parse traceroute(8) |