23 lines
401 B
Makefile
Raw Normal View History

2015-07-16 23:57:18 +00:00
# $OpenBSD: Makefile,v 1.15 2015/07/16 23:57:25 ajacoutot Exp $
2014-09-03 07:13:02 +00:00
SHARED_ONLY = Yes
2014-09-03 07:13:02 +00:00
COMMENT = Patricia Trie perl module for fast IP address lookups
2014-09-03 07:13:02 +00:00
MODULES = cpan
DISTNAME = Net-Patricia-1.22
CATEGORIES = net
2015-07-16 23:57:18 +00:00
REVISION = 0
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# GPLv2
2014-09-03 07:13:02 +00:00
PERMIT_PACKAGE_CDROM = Yes
2012-08-23 15:50:05 +00:00
WANTLIB += c
RUN_DEPENDS = net/p5-Net-CIDR-Lite \
net/p5-Socket6
.include <bsd.port.mk>