freebsd-ports/devel/rubygem-xpath/Makefile
Sunpoet Po-Chuan Hsieh 172a9981c7 - Update to 2.0.0
- Add LICENSE
- Update WWW

Changes:	https://github.com/jnicklas/xpath/commits/master
2013-12-06 15:23:52 +00:00

20 lines
383 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= xpath
PORTVERSION= 2.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.3:${PORTSDIR}/textproc/rubygem-nokogiri
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>