freebsd-ports/net/p5-ip2location-perl/Makefile
Ryan Steinmetz f6912466eb New port: net/p5-ip2location-perl:
IP2Location is a perl module that enables the user to find the country, region,
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.

WWW: https://www.ip2location.com/development-libraries/ip2location/perl
2019-03-13 14:58:04 +00:00

21 lines
353 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= ip2location-perl
PORTVERSION= 20180302
CATEGORIES= net
PKGNAMEPREFIX= p5-
MAINTAINER= zi@FreeBSD.org
COMMENT= Perl module to find user\'s location
LICENSE= LGPL3
USES= perl5
USE_PERL5= configure
USE_GITHUB= yes
GH_ACCOUNT= ip2location
GH_TAGNAME= 760fa40
.include <bsd.port.mk>