summaryrefslogtreecommitdiff
path: root/www/rubygem-haml-coderay/Makefile
blob: d9a13b07c06a2c1a45662597daa89f431236dba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>