mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
4e3717ee4f
dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
25 lines
614 B
Makefile
25 lines
614 B
Makefile
# 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/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|