aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-redcloth/Makefile
blob: 8a16c01942aa2a9efba0b845838b5221041ff6da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	redcloth
PORTVERSION=	4.3.2
CATEGORIES=	www rubygems
MASTER_SITES=	RG
DISTNAME=	RedCloth-${PORTVERSION}

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Module for using Textile in Ruby
WWW=		https://redcloth.org/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USE_RUBY=	yes
USES=		cpe gem
CPE_VENDOR=	promptworks

PLIST_FILES=	bin/redcloth

.include <bsd.port.mk>