svn commit: r318051 - head/devel/pear-HTML_BBCodeParser
Martin Wilke
miwi at FreeBSD.org
Mon May 13 09:53:00 UTC 2013
Author: miwi
Date: Mon May 13 09:52:59 2013
New Revision: 318051
URL: http://svnweb.freebsd.org/changeset/ports/318051
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/devel/pear-HTML_BBCodeParser/Makefile (contents, props changed)
Modified: head/devel/pear-HTML_BBCodeParser/Makefile
==============================================================================
--- head/devel/pear-HTML_BBCodeParser/Makefile Mon May 13 09:52:31 2013 (r318050)
+++ head/devel/pear-HTML_BBCodeParser/Makefile Mon May 13 09:52:59 2013 (r318051)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTML_BBCodeParser
-# Date created: 29 May 2004
-# Whom: Lewis Thompson <purple at lewiz.net>
-#
+# Created by: Lewis Thompson <purple at lewiz.net>
# $FreeBSD$
-#
PORTNAME= HTML_BBCodeParser
PORTVERSION= 1.1
@@ -13,18 +9,9 @@ MAINTAINER= lewiz at compsoc.man.ac.uk
COMMENT= Parser to replace UBB style tags with their HTML equivalents
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= BBCodeParser.php \
- BBCodeParser/Filter/Basic.php \
- BBCodeParser/Filter/Email.php \
- BBCodeParser/Filter/Extended.php \
- BBCodeParser/Filter/Images.php \
- BBCodeParser/Filter/Links.php \
- BBCodeParser/Filter/Lists.php
-EXAMPLES= BBCodeParser.ini parser.php
-_EXAMPLESDIR= BBCodeParser/example
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list