2c9b4154bc
- Update WWW Changes: https://github.com/jgarber/redcloth/blob/master/CHANGELOG Security: CVE-2023-31606
20 lines
366 B
Makefile
20 lines
366 B
Makefile
PORTNAME= redcloth
|
|
PORTVERSION= 4.3.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= RedCloth-${PORTVERSION}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Module for using Textile in Ruby
|
|
WWW= https://github.com/jgarber/redcloth
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe gem
|
|
|
|
PLIST_FILES= bin/redcloth
|
|
|
|
CPE_VENDOR= promptworks
|
|
|
|
.include <bsd.port.mk>
|