1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/textproc/rubygem-ox/Makefile
Stefan Eßer 8b3ab3def8 textproc/rubygem-ox: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 17:40:44 +02:00

17 lines
309 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= cpe gem
CPE_VENDOR= ${PORTNAME}_project
USE_RUBY= yes
.include <bsd.port.mk>