mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
22 lines
376 B
Makefile
22 lines
376 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
|
|
|
|
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>
|