opnsense-ports/textproc/rubygem-css_parser/Makefile
Franco Fichtner 0c0f8354aa */*: sync with upstream
Taken from: FreeBSD
2023-01-31 12:28:55 +01:00

19 lines
380 B
Makefile

PORTNAME= css_parser
PORTVERSION= 1.14.0
CATEGORIES= textproc www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set of classes for parsing CSS in Ruby
WWW= https://github.com/premailer/css_parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>