aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-truncato/Makefile
blob: c853545e65c330f25d9a180f103294bdde8ed9fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   truncato
PORTVERSION=    0.7.10
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Truncating HTML strings keeping a valid HTML markup

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE.txt

RUN_DEPENDS=    rubygem-htmlentities>=4.3.1:textproc/rubygem-htmlentities \
        rubygem-nokogiri>=1.8.0:textproc/rubygem-nokogiri

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>