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

22 lines
452 B
Makefile

PORTNAME= html-pipeline
PORTVERSION= 2.7.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 27
MAINTAINER= mfechner@FreeBSD.org
COMMENT= GitHub HTML processing filters and utilities
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport4>=2:devel/rubygem-activesupport4 \
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
PORTSCOUT= limit:^2\.7\.
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>