1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/rubygem-hamlit-rails/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

27 lines
578 B
Makefile

# $FreeBSD$
PORTNAME= hamlit-rails
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@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
NO_ARCH= yes
USE_RUBY= yes
USES= gem shebangfix
bash_CMD= ${SH}
SHEBANG_FILES= bin/setup
.include <bsd.port.mk>