pkgsrc/net/dbip-asn-lite/Makefile
fcambus 710dcd0327 net/dbip-asn-lite: import dbip-asn-lite-2020-05.
The free DB-IP IP to ASN Lite database is a subset of the IP to ISP
database with reduced coverage and accuracy distributed under the Creative
Commons Attribution License.
2020-05-08 09:14:14 +00:00

22 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/05/08 09:14:14 fcambus Exp $
DISTNAME= dbip-asn-lite-2020-05.mmdb
PKGNAME= dbip-asn-lite-2020.05
CATEGORIES= net
MASTER_SITES= https://download.db-ip.com/free/
EXTRACT_SUFX= .gz
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://db-ip.com/db/lite.php
COMMENT= DB-IP IP to ASN Lite: IPv4/v6 address to ASN
LICENSE= cc-by-v4.0
NO_BUILD= yes
INSTALLATION_DIRS+= share/dbip
do-install:
${RUN}${INSTALL_DATA} ${WRKDIR}/${DISTNAME} \
${DESTDIR}${PREFIX}/share/dbip/dbip-asn-lite.mmdb
.include "../../mk/bsd.pkg.mk"