aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_CSS/Makefile
blob: e6b113cd6741acd2ec251a98c65de5cdc77340e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>