freebsd-ports/ftp/pear-Net_FTP/Makefile

31 lines
756 B
Makefile
Raw Normal View History

# 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
2007-12-18 17:58:02 +01:00
PORTVERSION= 1.3.3
CATEGORIES= ftp www pear
2007-12-18 17:58:02 +01:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR OO interface to the PHP FTP functions plus some additions
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
2007-12-18 17:58:02 +01:00
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= ftp
CATEGORY= Net
FILES= FTP.php FTP/Observer.php FTP/Socket.php
EXAMPLES= extensions.ini index.php observer.php socket.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>