freebsd-ports/devel/rubygem-rubygems-tasks/Makefile

21 lines
388 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= rubygems-tasks
PORTVERSION= 0.2.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rake tasks for managing and releasing Ruby Gems
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-irb>=1.0<2:devel/rubygem-irb
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>