mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
1202a19490
- Add LICENSE_FILE - Update WWW Changes: https://github.com/ohler55/ox/blob/develop/CHANGELOG.md
16 lines
273 B
Makefile
16 lines
273 B
Makefile
PORTNAME= ox
|
|
PORTVERSION= 2.14.5
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Speed-optimized XML parser and object serializer for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|