summaryrefslogtreecommitdiffstats
path: root/ftp/pear-Net_FTP/Makefile
blob: 03a3ffb21aaef6a82c5c47ed6039644212eca0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Ports collection makefile for:  pear-Net_FTP
# Date created:			  06 January 2005
# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#

PORTNAME=	Net_FTP
PORTVERSION=	1.3.1
CATEGORIES=	ftp www pear

MAINTAINER=	antonio@php.net
COMMENT=	PEAR OO interface to the PHP FTP functions plus some additions

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PHP=	ftp

CATEGORY=	Net
FILES=		FTP.php FTP/Observer.php
EXAMPLES=	extensions.ini index.php observer.php
_EXAMPLESDIR=	example

post-extract:
	@${MV} ${WRKSRC}/Net/* ${WRKSRC}

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud