freebsd-ports/devel/rubygem-rubyforge/Makefile
2013-10-30 02:42:34 +00:00

19 lines
421 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= rubyforge
PORTVERSION= 2.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simplistic script which automates rubyforge operations
RUN_DEPENDS= rubygem-json_pure>=1.1.7:${PORTSDIR}/devel/rubygem-json_pure
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rubyforge
.include <bsd.port.mk>