aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-nokogiri14/Makefile
blob: 371bfc3940c5378b316478a827ab8052447f887b (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
27
# $FreeBSD$

PORTNAME=   nokogiri
PORTVERSION=    1.4.7
PKGNAMESUFFIX=  14
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    HTML, XML, SAX, and Reader parser

LICENSE=    MIT

USE_RUBY=   yes
USES=       gem:autoplist pkgconfig
USE_GNOME=  libxml2 libxslt
CONFIGURE_ARGS= --use-system-libraries

PLIST_FILES=    bin/nokogiri14

PORTSCOUT=  limit:^1\.4

post-patch:
    @${MV} ${WRKSRC}/bin/nokogiri ${WRKSRC}/bin/nokogiri14
    @${RM} ${WRKSRC}/bin/nokogiri.orig

.include <bsd.port.mk>