openbsd-ports/net/p5-Net-Patricia/Makefile
2013-03-11 11:35:43 +00:00

25 lines
407 B
Makefile

# $OpenBSD: Makefile,v 1.11 2013/03/11 11:35:53 espie Exp $
SHARED_ONLY= Yes
COMMENT= Patricia Trie perl module for fast IP address lookups
MODULES= cpan
DISTNAME= Net-Patricia-1.19
REVISION= 0
CATEGORIES= net
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c
USE_GROFF = Yes
RUN_DEPENDS = net/p5-Net-CIDR-Lite \
net/p5-Socket6
.include <bsd.port.mk>