freebsd-ports/textproc/rubygem-rdiscount/Makefile
Martin Wilke 14370e8647 - Update to 1.3.1.1
- Switch to RUBYGEM_AUTOPLIST

PR:		131638
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2009-02-14 19:14:09 +00:00

21 lines
436 B
Makefile

# Ports collection makefile for: rubygem-rdiscount
# Date created: 2008-11-02
# Whom: Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$
PORTNAME= rdiscount
PORTVERSION= 1.3.1.1
CATEGORIES= textproc rubygems
MASTER_SITES= RF/gems
MAINTAINER= daniel@roe.ch
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>