Files
ports/www/rubygem-hamlit-rails/Makefile
T
Sunpoet Po-Chuan Hsieh 3cb2d17106 Update to 0.2.3
- Take maintainership

Changes:	https://github.com/mfung/hamlit-rails/commits/master
2020-08-23 19:37:50 +00:00

28 lines
567 B
Makefile

# $FreeBSD$
PORTNAME= hamlit-rails
PORTVERSION= 0.2.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Hamlit (haml) generators for Rails 4
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport4>=4.0.1:devel/rubygem-activesupport4 \
rubygem-actionpack4>=4.0.1:www/rubygem-actionpack4 \
rubygem-hamlit>=1.2.0:www/rubygem-hamlit \
rubygem-railties4>=4.0.1:www/rubygem-railties4
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= bin/setup
bash_CMD= ${SH}
.include <bsd.port.mk>