freebsd-ports/textproc/rubygem-creole/Makefile
Michael Moll ae42a9ee2f new port: textproc/rubygem-creole
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)
2015-05-08 18:45:44 +00:00

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>