aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-coderay/Makefile
blob: 04c37d848efca837a76a52f996629417e4d1100c (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.5
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>