ports/devel/pear-HTML_CSS/Makefile
2021-05-23 00:20:48 +08:00

17 lines
435 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
PORTNAME= HTML_CSS
PORTVERSION= 1.5.4
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR class for generating CSS declarations
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>