forked from Lainports/freebsd-ports
Creole-to-HTML converter implemented in Ruby for Creole, a lightweight markup language. WWW: http://github.com/minad/creole PR: 199816 Differential Revision: https://reviews.freebsd.org/D2486 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
17 lines
255 B
Makefile
17 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= creole
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Creole-to-HTML converter
|
|
|
|
LICENSE= RUBY
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|