forked from Lainports/opnsense-ports
20 lines
408 B
Makefile
20 lines
408 B
Makefile
PORTNAME= haml-coderay
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Adds a CodeRay syntax highlighting filter to Haml
|
|
WWW= https://github.com/blom/haml-coderay
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-coderay>=0:textproc/rubygem-coderay \
|
|
rubygem-haml>=0:www/rubygem-haml
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|