freebsd-ports/devel/rubygem-mirror/Makefile
Jason Helfman 1ca64e6ce5 - tightening COMMENT, removing redundancy
Submitted by:	jgh@
Approved by:	swills
With hat: ruby@
2012-08-25 00:53:16 +00:00

25 lines
532 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= 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>