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

22 lines
412 B
Makefile

# Created by: Scott Sanders <scott@jssjr.com>
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
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-haml>=2.0.3:www/rubygem-haml \
rubygem-merb-core>=1.1.3<1.2:www/rubygem-merb-core
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>