22 lines
470 B
Makefile
22 lines
470 B
Makefile
# New ports collection makefile for: net-mgmt/p5-Net-IP-Match-Regexp
|
|
# Date created: 1 Aug 2006
|
|
# Whom: 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= timur@FreeBSD.org
|
|
COMMENT= Efficiently match IP addresses against IP ranges via regexp
|
|
|
|
PERL_CONFIGURE= 5.6.0+
|
|
|
|
MAN3= Net::IP::Match::Regexp.3
|
|
|
|
.include <bsd.port.mk>
|