19 lines
351 B
Makefile
19 lines
351 B
Makefile
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|