diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTML_TagCloud/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/www/pear-HTML_TagCloud/Makefile b/www/pear-HTML_TagCloud/Makefile index 9db469869e06..73886ff1abba 100644 --- a/www/pear-HTML_TagCloud/Makefile +++ b/www/pear-HTML_TagCloud/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-HTML_TagCloud -# Date created: 08 April 2008 -# Whom: Wen heping <wenheping@gmail.com> -# +# Created by: Wen heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= HTML_TagCloud PORTVERSION= 1.0.0 @@ -15,15 +11,7 @@ COMMENT= Generate TagCloud in HTML And Visualize Tags BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= HTML -FILES= TagCloud.php - -DOCS= examples/TagCloud_example1.php \ - examples/TagCloud_example2.php \ - examples/TagCloud_example3.php \ - examples/TagCloud_example4.php - -TESTS= AllTests.php TagCloudTest.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |