freebsd-ports/ftp/pear-Net_FTP/Makefile
Thierry Thomas e040f90623 Bump PORTREVISION since tarball has been rerolled.
Note: no installed files have been changed, only .xml files.

PR:		ports/78983
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-18 20:36:29 +00:00

31 lines
729 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.0
PORTREVISION= 2
CATEGORIES= ftp 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-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-PEAR/Makefile.common"
.include <bsd.port.post.mk>