opnsense-ports/textproc/rubygem-rails-dom-testing1/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

24 lines
574 B
Makefile

PORTNAME= rails-dom-testing
PORTVERSION= 1.0.9
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= ruby@FreeBSD.org
COMMENT= Analyse and compare DOMs using Nokogiri
WWW= https://github.com/rails/rails-dom-testing
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 \
rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri \
rubygem-rails-deprecated_sanitizer>=1.0.1:devel/rubygem-rails-deprecated_sanitizer
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>