freebsd-ports/net/rubygem-geoip/Makefile
2013-10-30 02:53:47 +00:00

19 lines
317 B
Makefile

# $FreeBSD$
PORTNAME= geoip
PORTVERSION= 1.2.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>