freebsd-ports/www/rubygem-merb-haml/Makefile

22 lines
388 B
Makefile

# Created by: Scott Sanders <scott@jssjr.com>
# $FreeBSD$
PORTNAME= merb-haml
PORTVERSION= 1.1.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Merb plugin for HAML support
LICENSE= MIT
RUN_DEPENDS= rubygem-haml>=2.0.3:www/rubygem-haml \
rubygem-merb-core>=1.1.3:www/rubygem-merb-core
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>