2004-02-23 05:42:13 +01:00
|
|
|
# New ports collection makefile for: net-mgmt/p5-NetAddr-IP-Count
|
2001-04-02 22:06:19 +02:00
|
|
|
# Date created: 29 March 2001
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= NetAddr-IP-Count
|
2001-10-09 22:35:51 +02:00
|
|
|
PORTVERSION= 2.01
|
2001-04-02 22:06:19 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-04-02 22:06:19 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= NetAddr::IP::Count - Count hosts in named subnets
|
2001-04-02 22:06:19 +02:00
|
|
|
|
2006-08-23 21:34:04 +02:00
|
|
|
BUILD_DEPENDS= p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
|
2012-06-10 20:42:48 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-04-02 22:06:19 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= NetAddr::IP::Count.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|