16 lines
464 B
Makefile
16 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/10/25 06:56:58 asau Exp $
|
|
|
|
DISTNAME= nokogiri-1.5.5
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= http://nokogiri.org/
|
|
COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-nokogiri-[0-9]*
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|