1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/ip2location/Makefile
Ryan Steinmetz f2b5cb0cad - Update to 8.0.9
Reported by:	IP2Location support
2019-12-22 00:44:05 +00:00

26 lines
490 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= ip2location
PORTVERSION= 8.0.9
CATEGORIES= net
MAINTAINER= zi@FreeBSD.org
COMMENT= C library to find user\'s location
LICENSE= LGPL3
USES= autoreconf libtool perl5
USE_GITHUB= yes
GH_ACCOUNT= chrislim2888
GH_PROJECT= IP2Location-C-Library
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-install:
(cd ${WRKSRC}/data && ${MAKE} convert install-data DESTDIR=${STAGEDIR})
.include <bsd.port.mk>