summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_CSS/Makefile
blob: 32c8200a596c11a2e3229b911edad0924f42295d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$

PORTNAME=	HTML_CSS
PORTVERSION=	1.5.4
CATEGORIES=	devel www pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR class for generating CSS declarations

BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common

USES=	pear

.include <bsd.port.mk>