blob: a17934a942bc2b5fa6f38e904e307bce431962b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
# $FreeBSD$
PORTNAME= nokogiri
PORTVERSION= 1.6.0
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>
|