freebsd-ports/net/rubygem-geoip/Makefile
Sunpoet Po-Chuan Hsieh a24ef85356 - Update to 1.5.0
- Add LICENSE

Changes:	https://github.com/cjheath/geoip/commits/master
2015-03-12 17:11:12 +00:00

22 lines
357 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:${PORTSDIR}/net/GeoIP
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/geoip
.include <bsd.port.mk>