mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
ccd37892e3
- Add LICENSE Changes: https://github.com/pauldix/sax-machine/blob/master/HISTORY.md https://github.com/pauldix/sax-machine/commits/master
21 lines
418 B
Makefile
21 lines
418 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sax-machine
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Declarative sax parsing library backed by Nokogiri
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|