freebsd-ports/textproc/rubygem-rdiscount/Makefile
Sunpoet Po-Chuan Hsieh 797d415588 - Update to 2.1.8
- Add LICENSE
- Update WWW

Changes:	https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md
2015-05-24 00:07:01 +00:00

20 lines
370 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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rdiscount
.include <bsd.port.mk>