mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
2737a8e62c
PR: ports/172813, ports/172814, ports/172815, ports/172816, ports/172817, ports/172818, ports/172820, ports/172821, ports/172822, ports/172823, ports/172824, ports/172825 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: timur (via private email) makc, avilla (mentors implicit) Feature safe: yes
19 lines
367 B
Makefile
19 lines
367 B
Makefile
# Created by: Timur I. Bakeyev <bat@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-IP-Match-Regexp
|
|
PORTVERSION= 1.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Efficiently match IP addresses against IP ranges via regexp
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::IP::Match::Regexp.3
|
|
|
|
.include <bsd.port.mk>
|