blob: d11f68d8a556a9343b244c4095a8f645dbff0206 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Ports collection makefile for: rubygem-nokogiri
# Date created: 17 May 2009
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
PORTNAME= nokogiri
PORTVERSION= 1.4.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= An HTML, XML, SAX, and Reader parser
BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}iconv>=0:${PORTSDIR}/converters/ruby-iconv
RUN_DEPENDS= ${BUILD_DEPENDS} \
rubygem-hoe>=2.3.3:${PORTSDIR}/devel/rubygem-hoe
USE_GNOME= libxml2 libxslt
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/nokogiri
.include <bsd.port.mk>
|