blob: eb44736a0b01f6f71d1b79ad48d29f4f176e0a82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: rubygem-rdiscount
# Date created: 2008-11-02
# Whom: Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$
PORTNAME= rdiscount
PORTVERSION= 1.3.5
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>
|