aboutsummaryrefslogtreecommitdiff
path: root/ftp/pear-Net_FTP/Makefile
blob: 909239fa8643e970b575c9bef52c7df7aaeabacd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$

PORTNAME=	Net_FTP
PORTVERSION=	1.4.0
CATEGORIES=	ftp www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR OO interface to the PHP FTP functions plus some additions

LICENSE=	BSD2CLAUSE

USE_PHP=	ftp
USES=		pear php

.include <bsd.port.mk>