21 lines
429 B
Makefile
21 lines
429 B
Makefile
# $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>
|