freebsd-ports/textproc/rubygem-nokogiri/Makefile
2014-05-25 01:17:22 +00:00

24 lines
419 B
Makefile

# $FreeBSD$
PORTNAME= nokogiri
PORTVERSION= 1.6.2.1
PORTREVISION= 2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= HTML, XML, SAX, and Reader parser
LICENSE= MIT
USE_RUBY= yes
USE_RUBY_FEATURES= iconv
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USE_GNOME= libxml2 libxslt
USES= pkgconfig
CONFIGURE_ARGS= --use-system-libraries
PLIST_FILES= bin/nokogiri
.include <bsd.port.mk>