freebsd-ports/www/rubygem-hamlit-rails-rails5/Makefile
Joseph Mingrone 1b279c100b Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team can
more easily contribute to their maintenance.
2017-08-05 03:25:17 +00:00

26 lines
573 B
Makefile

# $FreeBSD$
PORTNAME= hamlit-rails
PORTVERSION= 0.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Hamlit (haml) generators for Rails 5
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport5>=0:devel/rubygem-activesupport5 \
rubygem-actionpack5>=0:www/rubygem-actionpack5 \
rubygem-hamlit>=1.2.0:www/rubygem-hamlit \
rubygem-railties5>=0:www/rubygem-railties5
NO_ARCH= yes
USE_RUBY= yes
USES= gem shebangfix
bash_CMD= ${SH}
SHEBANG_FILES= bin/setup
.include <bsd.port.mk>