giovanni f7ea32f2fd Import IP::Country::DB_File, a module that translates IPv4
and IPv6 addresses to countries using DB_File.

ok sthen@

pkg/DESCR:
IP::Country::DB_File is a light-weight module for fast IP address
to country translation based on DB_File. The country code database
is stored in a Berkeley DB file. You have to build the database
using build_ipcc.pl or IP::Country::DB_File::Builder before you can
lookup country codes.

This module tries to be API compatible with the other IP::Country
modules.
2018-02-28 15:06:17 +00:00

21 lines
364 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/02/28 15:06:17 giovanni Exp $
COMMENT = IPv4 and IPv6 to country translation using DB_File
DISTNAME= IP-Country-DB_File-3.03
CATEGORIES = net geo
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = math/p5-Math-Int64
PKG_ARCH = *
.include <bsd.port.mk>