aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-github-markdown/Makefile
blob: 28c03eaeb65853c4a5fb9d309776a318d385f907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   github-markdown
PORTVERSION=    0.6.6
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Self-contained Markdown parser for GitHub

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>