aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-maruku/Makefile
blob: c3f04a951744bd8a5124f1ca333c332124e87ba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$

PORTNAME=   maruku
PORTVERSION=    0.7.2
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Markdown and PHP Markdown extra interpreter for Ruby

LICENSE=    MIT

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist

PLIST_FILES=    bin/maruku bin/marutex

.include <bsd.port.mk>