freebsd-ports/devel/pear-HTML_CSS/Makefile
Jochen Neumeister 6bb2dac7e0 Add LICENSE
Sponsored by:	Netzkommune GmbH
2019-01-10 17:01:13 +00:00

18 lines
446 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= HTML_CSS
PORTVERSION= 1.5.4
CATEGORIES= devel www pear
MAINTAINER= joneum@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>