22 lines
421 B
Makefile
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= 1.0.0
|
|
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>
|