freebsd-ports/www/rubygem-redcloth/Makefile
2023-11-15 01:16:45 +08:00

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>