19 lines
342 B
Makefile
19 lines
342 B
Makefile
# Created by: Daniel Roethlisberger <daniel@roe.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rdiscount
|
|
PORTVERSION= 2.2.0.1
|
|
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>
|