openbsd-ports/net/p5-Net-Patricia/Makefile
alek ef624194d0 Import p5-Net-Patricia
This module uses a Patricia Trie data structure to quickly perform IP
address prefix matching for applications such as IP subnet, network or
routing table lookups.

From dlg@
2006-10-18 10:45:59 +00:00

22 lines
425 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/10/18 10:45:59 alek Exp $
SHARED_ONLY= Yes
COMMENT= "Patricia Trie perl module for fast IP address lookups"
DISTNAME= Net-Patricia-1.014
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
CONFIGURE_STYLE=perl
.include <bsd.port.mk>