freebsd-ports/net/rubygem-geoip/Makefile
Philip M. Gollucci 98437d2ab6 - Update to 0.8.7
2010-08-25 19:05:21 +00:00

22 lines
421 B
Makefile

# New ports collection makefile for: rubygem-geoip
# Date created: 2009-06-15
# Whom: Renato Botelho <garga@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= geoip
PORTVERSION= 0.8.7
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
.include <bsd.port.mk>