ports/net/p5-Net-Patricia/Makefile

18 lines
327 B
Makefile

COMMENT = Patricia Trie perl module for fast IP address lookups
MODULES = cpan
DISTNAME = Net-Patricia-1.22
CATEGORIES = net
REVISION = 2
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# GPLv2, BSD
PERMIT_PACKAGE = Yes
WANTLIB = c perl
RUN_DEPENDS = net/p5-Net-CIDR-Lite>=0.20 \
net/p5-Socket6
.include <bsd.port.mk>