1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/ftp/pear-Net_FTP/Makefile
Alex Dupre 4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00

31 lines
703 B
Makefile

# 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>