20 lines
341 B
Makefile
20 lines
341 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
|
|
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>
|