22 lines
363 B
Makefile
22 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/07/03 21:45:31 sthen Exp $
|
|
|
|
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>
|