2014-08-23 00:05:51 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rubygems-tasks
|
|
|
|
PORTVERSION= 0.2.4
|
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Rake tasks for managing and releasing Ruby Gems
|
|
|
|
|
2015-05-29 13:15:41 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2014-08-23 00:05:51 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2015-05-29 13:15:41 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2014-08-23 00:05:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|