21 lines
376 B
Makefile
21 lines
376 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rubygems-mirror
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Mirror rubygems
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-net-http-persistent>=2.9:www/rubygem-net-http-persistent
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|