mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
366 B
Makefile
19 lines
366 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD:ruby/Makefile 429860 2016-12-29 03:18:07Z swills $
|
|
|
|
PORTNAME= redcarpet
|
|
PORTVERSION= 3.4.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, safe and extensible Markdown to (X)HTML parser
|
|
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/redcarpet
|
|
|
|
.include <bsd.port.mk>
|