mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
CodeRay is a Ruby library for syntax highlighting. Syntax highlighting means: You put your code in, and you get it back colored; Keywords, strings, floats, comments - all in different colors. And with line numbers. Syntax Highlighting... * makes code easier to read and maintain * lets you detect syntax errors faster * helps you to understand the syntax of a language * looks nice * is what everybody should have on their website * solves all your problems and makes the girls run after you WWW: http://coderay.rubychan.de/
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# New ports collection makefile for: rubygem-coderay
|
|
# Date created: 2011-08-01
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= coderay
|
|
PORTVERSION= 0.9.8
|
|
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 bin/coderay_stylesheet
|
|
|
|
.include <bsd.port.mk>
|