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
This commit is contained in:
parent
6f6af4a443
commit
f6912466eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495578
5 changed files with 33 additions and 0 deletions
|
@ -902,6 +902,7 @@
|
|||
SUBDIR += p5-XPC
|
||||
SUBDIR += p5-ZMQ-FFI
|
||||
SUBDIR += p5-ZeroMQ
|
||||
SUBDIR += p5-ip2location-perl
|
||||
SUBDIR += p5-ldap2pf
|
||||
SUBDIR += p5-ldap2pw
|
||||
SUBDIR += p5-perl-ldap
|
||||
|
|
21
net/p5-ip2location-perl/Makefile
Normal file
21
net/p5-ip2location-perl/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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>
|
3
net/p5-ip2location-perl/distinfo
Normal file
3
net/p5-ip2location-perl/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1552488712
|
||||
SHA256 (ip2location-ip2location-perl-20180302-760fa40_GH0.tar.gz) = 14784a8ced9c73aca80591cf8cf67010454e3c957872e4d8154d568e437dcbcc
|
||||
SIZE (ip2location-ip2location-perl-20180302-760fa40_GH0.tar.gz) = 479499
|
6
net/p5-ip2location-perl/pkg-descr
Normal file
6
net/p5-ip2location-perl/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
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
|
2
net/p5-ip2location-perl/pkg-plist
Normal file
2
net/p5-ip2location-perl/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Geo/IP2Location.pm
|
||||
%%PERL5_MAN3%%/Geo::IP2Location.3.gz
|
Loading…
Reference in a new issue