freebsd-ports/textproc/rubygem-nokogumbo/Makefile
Sunpoet Po-Chuan Hsieh 468b78c6cd - Update to 1.4.1
- Add LICENSE
- Remove BUILD_DEPENDS

Changes:	https://github.com/rubys/nokogumbo/commits/master
PR:		199860
Submitted by:	Michael Fausten <ports@michael-fausten.de>
2015-05-02 16:55:16 +00:00

21 lines
418 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= nokogumbo
PORTVERSION= 1.4.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Nokogiri interface to the Gumbo HTML5 parser
LICENSE= APACHE20
RUN_DEPENDS= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri
USES= pkgconfig
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>