mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
38868b7f7b
- Update WWW Changes: https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md
22 lines
373 B
Makefile
22 lines
373 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= redcarpet
|
|
PORTVERSION= 3.2.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, safe and extensible Markdown to (X)HTML parser
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/redcarpet
|
|
|
|
.include <bsd.port.mk>
|