aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-pygments.rb/Makefile
blob: 712fdce4f10274b45584c468ece8cfa496d47a5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=	pygments.rb
PORTVERSION=	0.6.3
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Exposes the pygments syntax highlighter to Ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-posix-spawn>=0.3.6:devel/rubygem-posix-spawn \
		rubygem-yajl-ruby>=1.2.0:devel/rubygem-yajl-ruby

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>