mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
25 lines
536 B
Makefile
25 lines
536 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= CPAN
|
|
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>
|