1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/rubygem-haml-contrib/Makefile
Sunpoet Po-Chuan Hsieh 119d2bf155 Take maintainership
- Update WWW
2018-02-18 13:37:49 +00:00

21 lines
390 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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>