mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
43f0c9f153
- Trim Makefile header Approved by: tobez@ (maintainer)
19 lines
346 B
Makefile
19 lines
346 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-IP-Match-XS
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Efficiently match IP addresses against IP ranges
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Net::IP::Match::XS.3
|
|
|
|
.include <bsd.port.mk>
|