freebsd-ports/textproc/rubygem-nokogiri/Makefile
Steve Wills 86d2051412 - Remove dependency on mini_portile, which isn't needed
PR:		ports/186828
Reported by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2014-02-18 19:36:50 +00:00

22 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= nokogiri
PORTVERSION= 1.6.1
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= An HTML, XML, SAX, and Reader parser
GEM_ENV= LC_CTYPE=UTF-8 NOKOGIRI_USE_SYSTEM_LIBRARIES=true
USE_GNOME= libxml2 libxslt
USE_RUBY= yes
USE_RUBY_FEATURES= iconv
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/nokogiri
.include <bsd.port.mk>