aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-CIDR-Lite/Makefile
blob: 8bbd34d48ebc42b395f63f76d3f0e5684e7c34ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
PORTREVISION=   1
CATEGORIES= net perl5 ipv6
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl extension for merging IPv4 or IPv6 CIDR addresses

PERL_CONFIGURE= yes

MAN3=       Net::CIDR::Lite.3

.include <bsd.port.mk>