diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:31:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:31:42 +0000 |
commit | a484f6f6a1adf8b7ba33dd5a9672f18c18688370 (patch) | |
tree | f5737f87cc08b7c0f010cdd7b43aba85bfbc2e93 /www | |
parent | 604fc0221dd4d7d89da5a99eb91ad1e744f2c5b4 (diff) |
Notes
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" |