Files
ports/devel/rubygem-xpath/Makefile
2021-04-06 16:31:07 +02:00

21 lines
343 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= xpath
PORTVERSION= 3.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= DSL for generating XPath Expressions
LICENSE= MIT
RUN_DEPENDS= rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>