2009-05-18 23:01:16 +02:00
|
|
|
# Ports collection makefile for: rubygem-nokogiri
|
|
|
|
# Date created: 17 May 2009
|
|
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nokogiri
|
2011-11-13 02:59:55 +01:00
|
|
|
PORTVERSION= 1.5.0
|
2009-05-18 23:01:16 +02:00
|
|
|
CATEGORIES= textproc rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2009-05-18 23:01:16 +02:00
|
|
|
|
2010-04-28 00:55:23 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2009-05-18 23:01:16 +02:00
|
|
|
COMMENT= An HTML, XML, SAX, and Reader parser
|
|
|
|
|
|
|
|
USE_GNOME= libxml2 libxslt
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
2010-09-22 05:25:19 +02:00
|
|
|
USE_RUBY_FEATURES= iconv
|
2009-05-18 23:01:16 +02:00
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2009-06-08 02:22:53 +02:00
|
|
|
PLIST_FILES= bin/nokogiri
|
|
|
|
|
2009-05-18 23:01:16 +02:00
|
|
|
.include <bsd.port.mk>
|