freebsd-ports/net/p5-Net-CIDR-Lite/Makefile
Cheng-Lung Sung 6dd41a029a - 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>
2007-03-25 09:26:18 +00:00

24 lines
592 B
Makefile

# New ports collection makefile for: p5-Net-CIDR-Lite
# Date created: Fri Jan 16 12:32:39 PST 2004
# Whom: mharo@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Net-CIDR-Lite
PORTVERSION= 0.20
CATEGORIES= net perl5 ipv6
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Net::CIDR::Lite.3
.include <bsd.port.mk>