pkgsrc/net/dbip-country-lite/Makefile
fcambus cfd094fc24 dbip-country-lite: update to 2022.01.
No upstream ChangeLog.
2022-01-01 15:48:28 +00:00

22 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.24 2022/01/01 15:48:28 fcambus Exp $
DISTNAME= dbip-country-lite-2022-01.mmdb
PKGNAME= dbip-country-lite-2022.01
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"