svn commit: r314196 - head/devel/pear-HTML_Common
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 00:39:15 UTC 2013
Author: miwi
Date: Fri Mar 15 00:39:14 2013
New Revision: 314196
URL: http://svnweb.freebsd.org/changeset/ports/314196
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/devel/pear-HTML_Common/Makefile (contents, props changed)
Modified: head/devel/pear-HTML_Common/Makefile
==============================================================================
--- head/devel/pear-HTML_Common/Makefile Fri Mar 15 00:37:54 2013 (r314195)
+++ head/devel/pear-HTML_Common/Makefile Fri Mar 15 00:39:14 2013 (r314196)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTML_Common
-# Date created: 29 November 2002
-# Whom: Thierry Thomas (<thierry at pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry at pompo.net>)
# $FreeBSD$
-#
PORTNAME= HTML_Common
PORTVERSION= 1.2.5
@@ -13,10 +9,9 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= PEAR::HTML_Common is a base class for other HTML classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= HTML
-FILES= Common.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list