freebsd-ports/devel/rubygem-mirror/Makefile
Steve Wills d44039efea A ruby gem to mirror gems from rubygems.org. It uses net/http/persistent and
threads to grab the mirror set a little faster than the original.

WWW:	http://rubygems.org/gems/rubygems-mirror
2012-05-18 01:44:53 +00:00

25 lines
541 B
Makefile

# New ports collection makefile for: rubygem-mirror
# Date created: 2012-05-10
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mirror
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= ${GEM_NAME}
MAINTAINER= ruby@FreeBSD.org
COMMENT= A gem to mirror rubygems
RUN_DEPENDS= rubygem-net-http-persistent>=2.1:${PORTSDIR}/www/rubygem-net-http-persistent
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
GEM_NAME= rubygems-${PORTNAME}-${PORTVERSION}
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>