diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-25 09:26:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-25 09:26:18 +0000 |
commit | 6dd41a029af5b7321d9b5ce1f11e2961265b90cf (patch) | |
tree | 65011d869b90feef3f1e7c5058e2f7ff190266b3 | |
parent | Update to 2.6.27 (diff) |
- ipv6 is supported in p5-Net-CIDR-Lite therefore ipv6 virtual category added.
PR: ports/106896
Submitted by: Janos Mohacsi <janos dot mohacsi_AT_bsd dot hu>
Notes
Notes:
svn path=/head/; revision=188253
-rw-r--r-- | net/p5-Net-CIDR-Lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-CIDR-Lite/Makefile b/net/p5-Net-CIDR-Lite/Makefile index 0b37384d542f..f17e9719121e 100644 --- a/net/p5-Net-CIDR-Lite/Makefile +++ b/net/p5-Net-CIDR-Lite/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net-CIDR-Lite PORTVERSION= 0.20 -CATEGORIES= net perl5 +CATEGORIES= net perl5 ipv6 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- |