aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-coderay/Makefile
blob: 53a665eadb430396ebe93661447bf8b25ba4c3be (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
# New ports collection makefile for:	rubygem-coderay
# Date created:		2011-08-01
# Whom:			TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	coderay
PORTVERSION=	1.0.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Fast and easy syntax highlighting for selected languages

LICENSE=	LGPL21

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
PLIST_FILES=	bin/coderay

.include <bsd.port.mk>