freebsd-ports/www/rubygem-haml-contrib/Makefile
Sunpoet Po-Chuan Hsieh 5b09c96746 Cosmetic change
2019-11-03 17:26:22 +00:00

21 lines
391 B
Makefile

# Created by: Horia Racoviceanu <horia@racoviceanu.com>
# $FreeBSD$
PORTNAME= haml-contrib
PORTVERSION= 1.0.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Addons for the Ruby implementation of the Haml template language
LICENSE= MIT
RUN_DEPENDS= rubygem-haml>=4.0.0:www/rubygem-haml
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>