freebsd-ports/net/ruby-net-geoip/Makefile
Marcus Alves Grando 39b50f192f - Try to remove %%RUBY_SITEARCHLIBDIR%%/net
- Remove print of MKDIR. Not necessary.
- Bump PORTREVISION

Approved by:	portmgr (krion)
2006-02-28 16:23:11 +00:00

37 lines
778 B
Makefile

# New ports collection makefile for: ruby-net-geoip
# Date created: 2002-10-08
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= net-geoip
PORTVERSION= 0.06
PORTREVISION= 4
CATEGORIES= net ruby
MASTER_SITES= http://www.gigavenue.com/mirrors/ruby/ \
http://www.maxmind.com/download/geoip/api/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= seanc@FreeBSD.org
COMMENT= A Ruby extension that wraps around libGeoIP
LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP
USE_ICONV= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOCS= README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>