freebsd-ports/textproc/p5-NetAddr-IP-Find/Makefile
Anton Berezin de5b609b0d NetAddr/IP.pm has changed its location after the last update.
Chase dependent ports and specify the dependency using "package
dependency" syntax which is immune to such changes.

No portrevision bumps.

Reported by:	krismail
Pointy hat to:	tobez
2006-08-23 19:34:04 +00:00

25 lines
584 B
Makefile

# 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
PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= NetAddr
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Iterates over all IP addresses in a text similar to Email::Find
RUN_DEPENDS= p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install
MAN3= NetAddr::IP::Find.3
.include <bsd.port.mk>