mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
28 lines
443 B
Makefile
28 lines
443 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geoip
|
|
PORTVERSION= 1.6.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Geoip implementation for rubygems
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= geoiplookup:net/GeoIP
|
|
|
|
REINPLACE_ARGS= -i ''
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/geoip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/test/csvORG2dat.py
|
|
|
|
.include <bsd.port.mk>
|