2002-09-24 10:24:20 +02:00
|
|
|
# New ports collection makefile for: p5-NetAddr-IP-Find
|
|
|
|
# Date created: May 14th 2002
|
|
|
|
# Whom: Alex Kapranoff <kappa@freebsd.org.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= NetAddr-IP-Find
|
2004-02-22 15:39:09 +01:00
|
|
|
PORTVERSION= 0.03
|
2002-09-24 10:24:20 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-09-24 10:24:20 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-11-25 23:29:24 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Iterates over all IP addresses in a text similar to Email::Find
|
2002-09-24 10:24:20 +02:00
|
|
|
|
2006-08-23 21:34:04 +02:00
|
|
|
RUN_DEPENDS= p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
|
2002-09-24 10:24:20 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
|
|
|
|
MAN3= NetAddr::IP::Find.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|