freebsd-ports/www/rubygem-hamlit-rails-rails50/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
580 B
Makefile

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