mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
20 lines
354 B
Makefile
20 lines
354 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xpath
|
|
PORTVERSION= 3.0.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
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|