60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
27 lines
643 B
Makefile
27 lines
643 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= ${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
|
|
|
|
PERL_CONFIGURE= yes
|
|
INSTALL_TARGET= pure_install
|
|
|
|
MAN3= NetAddr::IP::Find.3
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|