opnsense-ports/textproc/rubygem-css_parser/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

21 lines
407 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= css_parser
PORTVERSION= 1.9.0
CATEGORIES= textproc www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set of classes for parsing CSS in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>