mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
28 lines
487 B
Makefile
28 lines
487 B
Makefile
# $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 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>
|