freebsd-ports/devel/rubygem-gemcutter/Makefile
Carlo Strub 344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00

25 lines
686 B
Makefile

# New ports collection makefile for: rubygem-gemcutter
# Date created: 21 September 2010
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= gemcutter
PORTVERSION= 0.7.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extensions to RubyGems for managing gems and more on RubyGems.org
RUN_DEPENDS= rubygem-rr>=0:${PORTSDIR}/devel/rubygem-rr \
rubygem-webmock>=0:${PORTSDIR}/www/rubygem-webmock \
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-shoulda>=0:${PORTSDIR}/devel/rubygem-shoulda
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>