19 lines
322 B
Makefile
19 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:52 espie Exp $
|
|
|
|
COMMENT= build IPv4 and IPv6 address space hierarchies
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-IPTrie-0.7
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= net/p5-NetAddr-IP
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|