mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD:ruby/Makefile 449256 2017-09-04 18:54:17Z sunpoet $
|
|
|
|
PORTNAME= coderay
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast and easy syntax highlighting for selected languages
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/coderay
|
|
|
|
.include <bsd.port.mk>
|