diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 07:10:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 07:10:41 +0000 |
commit | 8a64d9575787e525b8fadfd5a94e8c0ba3dd7e52 (patch) | |
tree | d93f30d5bc3bfe2073a66acb54db3b8a68e1334a /ftp | |
parent | c850b95b999bac8e68090065cccd1e11216b6d26 (diff) | |
download | ports-8a64d9575787e525b8fadfd5a94e8c0ba3dd7e52.tar.gz ports-8a64d9575787e525b8fadfd5a94e8c0ba3dd7e52.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pear-Net_FTP/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/ftp/pear-Net_FTP/Makefile b/ftp/pear-Net_FTP/Makefile index d51e268c6094..36893e7c4184 100644 --- a/ftp/pear-Net_FTP/Makefile +++ b/ftp/pear-Net_FTP/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_FTP -# Date created: 06 January 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Net_FTP PORTVERSION= 1.3.7 @@ -16,15 +12,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= ftp - -PORTSCOUT= skipv:1.4.0a2,1.4.0a1 -CATEGORY= Net -FILES= FTP.php FTP/Observer.php FTP/Socket.php -EXAMPLES= extensions.ini index.php observer.php socket.php -_EXAMPLESDIR= example - -TESTS= AllTests.php Net_FTPTest.php config.php.dist extensions.ini\ - testfile.dat +PEAR_AUTOINSTALL= ye post-extract: @${MV} ${WRKSRC}/Net/* ${WRKSRC} |