aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_CSS/Makefile
blob: 3725b312a352b3d4422a3aaa90993e6d81ca9091 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection makefile for:  pear-HTML_CSS
# Date created:			  16 May 2005
# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#

PORTNAME=	HTML_CSS
PORTVERSION=	0.2.0
CATEGORIES=	devel www pear

MAINTAINER=	antonio@php.net
COMMENT=	PEAR class for generating CSS declarations

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

CATEGORY=	HTML
FILES=		CSS.php
EXAMPLES=	CSS_InHeader.php CSS_Inline.php CSS_Stylesheet.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>