freebsd-ports/textproc/rubygem-nokogiri/Makefile

24 lines
471 B
Makefile
Raw Normal View History

# 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
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
2009-06-08 02:22:53 +02:00
PLIST_FILES= bin/nokogiri
.include <bsd.port.mk>