mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
21 lines
366 B
Makefile
21 lines
366 B
Makefile
PORTNAME= redcloth
|
|
PORTVERSION= 4.3.4
|
|
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>
|