mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
18 lines
363 B
Makefile
18 lines
363 B
Makefile
PORTNAME= redcarpet
|
|
PORTVERSION= 3.6.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, safe and extensible Markdown to (X)HTML parser
|
|
WWW= https://github.com/vmg/redcarpet
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe gem
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
|
|
PLIST_FILES= bin/redcarpet
|
|
|
|
.include <bsd.port.mk>
|