diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-17 13:36:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-17 13:36:00 +0800 |
commit | 2275ca9ff7ae2f2c5bc98b361195eabed2fce9f6 (patch) | |
tree | 7f9dd29c608e3d11251bf204611a65e883b07974 /devel | |
parent | b8a7d1647299ff396064be366d3311524f1af0c9 (diff) | |
download | freebsd-ports-gnome-2275ca9ff7ae2f2c5bc98b361195eabed2fce9f6.tar.gz freebsd-ports-gnome-2275ca9ff7ae2f2c5bc98b361195eabed2fce9f6.tar.zst freebsd-ports-gnome-2275ca9ff7ae2f2c5bc98b361195eabed2fce9f6.zip |
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-HTML_Table/Makefile | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/devel/pear-HTML_Table/Makefile b/devel/pear-HTML_Table/Makefile index b0d13d3949c7..73cec2bb9873 100644 --- a/devel/pear-HTML_Table/Makefile +++ b/devel/pear-HTML_Table/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-HTML_Table -# Date created: 01 June 2004 -# Whom: Gerrit Beine (<tux@pinguru.net>) -# +# Created by: Gerrit Beine (<tux@pinguru.net>) # $FreeBSD$ -# PORTNAME= HTML_Table PORTVERSION= 1.8.3 @@ -13,20 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Makes the design of HTML tables easy, flexible, reusable, and efficient 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= Table.php Table/Storage.php -EXAMPLES= Table_example1.php Table_example2.php -_EXAMPLESDIR= docs - -TESTS= 1.phpt 2.phpt 3.phpt 4.phpt 5.phpt \ - 6.phpt 7.phpt 8.phpt 9.phpt 10.phpt \ - 11.phpt 12.phpt 13.phpt 14.phpt 15.phpt \ - 16.phpt 17.phpt 18.phpt 19.phpt 20.phpt \ - 21.phpt 22.phpt 23.phpt 24.phpt 25.phpt \ - 26.phpt 27.phpt 28.phpt 29.phpt 30.phpt \ - 31.phpt +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |