Files
bsdports/_unused/rubygem-coderay/Makefile
2019-12-26 07:26:06 +00:00

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>