23 lines
379 B
Makefile
23 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:48:38 sthen Exp $
|
|
|
|
COMMENT = build IPv4 and IPv6 address space hierarchies
|
|
|
|
DISTNAME = Net-IPTrie-0.7
|
|
REVISION = 2
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = net/p5-NetAddr-IP>=4.007
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|