blob: f29847a301b756bdba472cb6c2ebf74437459b09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= redcarpet
PORTVERSION= 3.3.4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast, safe and extensible Markdown to (X)HTML parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USE_RUBY= yes
USES= gem:autoplist
PLIST_FILES= bin/redcarpet
.include <bsd.port.mk>
|