svn commit: r314403 - head/devel/pear-HTML_CSS
Martin Wilke
miwi at FreeBSD.org
Sun Mar 17 08:10:02 UTC 2013
Author: miwi
Date: Sun Mar 17 08:10:01 2013
New Revision: 314403
URL: http://svnweb.freebsd.org/changeset/ports/314403
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/devel/pear-HTML_CSS/Makefile (contents, props changed)
Modified: head/devel/pear-HTML_CSS/Makefile
==============================================================================
--- head/devel/pear-HTML_CSS/Makefile Sun Mar 17 08:08:23 2013 (r314402)
+++ head/devel/pear-HTML_CSS/Makefile Sun Mar 17 08:10:01 2013 (r314403)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTML_CSS
-# Date created: 16 May 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= HTML_CSS
PORTVERSION= 1.5.4
@@ -13,17 +9,9 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= PEAR class for generating CSS declarations
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
-CATEGORY= HTML
-FILES= CSS.php CSS/Error.php
-EXAMPLES= CSS_Advanced.php CSS_Logger.php CSS_req12194_atrule_api.php \
- css_error_ignore.php CSS_DisplayOnline.php CSS_Stylesheet.php \
- CSS_req12194_atrule_parser.php css_error_logger.php CSS_InHeader.php \
- CSS_grepStyles.php CSS_validate.php css_errorstack_custom.php \
- CSS_Inline.php CSS_parseData.php css_error_custom.php css_errorstack_logger.php
-TESTES= AllTests.php HTML_CSS_TestSuite_Bugs.php \
- HTML_CSS_TestSuite_Standard.php stylesheet.css
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-all
mailing list