1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/rubygem-geoip/Makefile
2014-08-23 21:24:52 +00:00

21 lines
333 B
Makefile

# $FreeBSD$
PORTNAME= geoip
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Geoip implementation for rubygems
RUN_DEPENDS= geoiplookup:${PORTSDIR}/net/GeoIP
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/geoip
.include <bsd.port.mk>