mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
b6c31f0d28
city, latitude, longitude, zip code, time zone, ISP, domain name, connection type, area code, weather, mobile network, elevation, usage type by IP address or hostname originates from. It contains a demo IP2Location IP-COUNTRY BIN database which consists of real data for IP address range 0.0.0.0 to 99.255. 255.255. This database contains IP address blocks as key and countries as values. WWW: http://www.ip2location.com/c.aspx PR: 195420 Submitted by: Gasol Wu <gasol.wu@gmail.com>
24 lines
474 B
Makefile
24 lines
474 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ip2location
|
|
PORTVERSION= 6.0.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.ip2location.com/downloads/
|
|
DISTNAME= ${PORTNAME}-c-${PORTVERSION}
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= C library to find user\'s location
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= libtool:keepla perl5
|
|
HAS_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-configure:
|
|
(cd ${WRKSRC}/data && ${MAKE} convert)
|
|
|
|
.include <bsd.port.mk>
|