mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
25 lines
359 B
Makefile
25 lines
359 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geoip
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Geoip implementation for rubygems
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= geoiplookup:net/GeoIP
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/geoip
|
|
|
|
.include <bsd.port.mk>
|