1aad0cbae3
PR: ports/162566 Submitted by: lwhsu Feature safe: yes
21 lines
432 B
Makefile
21 lines
432 B
Makefile
# Ports collection makefile for: rubygem-rdiscount
|
|
# Date created: 2008-11-02
|
|
# Whom: Daniel Roethlisberger <daniel@roe.ch>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rdiscount
|
|
PORTVERSION= 1.6.8
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A fast Markdown converter for ruby based on discount
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/rdiscount
|
|
|
|
.include <bsd.port.mk>
|