mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= html-pipeline
|
|
PORTVERSION= 1.11.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= GitHub HTML processing filters and utilities
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=2:${PORTSDIR}/devel/rubygem-activesupport4 \
|
|
rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|