pkgsrc/net/dbip-country-lite/Makefile
fcambus 62f3421d39 dbip-country-lite: update to 2020-08.
No upstream ChangeLog.
2020-08-01 16:03:47 +00:00

22 lines
586 B
Makefile

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