opnsense-ports/textproc/rubygem-rdiscount/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

19 lines
340 B
Makefile

# Created by: Daniel Roethlisberger <daniel@roe.ch>
# $FreeBSD$
PORTNAME= rdiscount
PORTVERSION= 2.1.8
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast Markdown converter for ruby based on discount
LICENSE= BSD3CLAUSE
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/rdiscount
.include <bsd.port.mk>