Files
ports/textproc/rubygem-truncato/Makefile
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
417 B
Makefile

PORTNAME= truncato
PORTVERSION= 0.7.11
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.7.0:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>