forked from Lainports/opnsense-ports
16 lines
409 B
Makefile
16 lines
409 B
Makefile
PORTNAME= HTML_CSS
|
|
PORTVERSION= 1.5.4
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR class for generating CSS declarations
|
|
WWW= https://pear.php.net/package/HTML_CSS
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|