freebsd-ports/devel/rubygem-gemcutter/Makefile
Sunpoet Po-Chuan Hsieh a8436cf56b - Add LICENSE
- Remove RUN_DEPENDS: they are all development dependencies
- Bump PORTREVISION for dependency change
2015-03-06 22:37:43 +00:00

18 lines
311 B
Makefile

# $FreeBSD$
PORTNAME= gemcutter
PORTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extensions to RubyGems for managing gems and more on RubyGems.org
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>