summaryrefslogtreecommitdiff
path: root/net/p5-ip2location-perl/Makefile
blob: b5c4559937427955bfced8ec145d7568a896d801 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>