19 lines
303 B
Makefile
19 lines
303 B
Makefile
COMMENT = IPv4 and IPv6 to country translation using DB_File
|
|
|
|
DISTNAME= IP-Country-DB_File-3.03
|
|
REVISION= 0
|
|
|
|
CATEGORIES = net geo
|
|
|
|
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = math/p5-Math-Int64
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|