aboutsummaryrefslogtreecommitdiff
path: root/ftp/pear-Net_FTP/Makefile
blob: a80dbf9b4045ebddcac1c73013679b1b2fa56ee6 (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>)

PORTNAME=	Net_FTP
PORTVERSION=	1.4.1
CATEGORIES=	ftp www pear

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

LICENSE=	BSD2CLAUSE

USES=		pear php
USE_PHP=	ftp
NO_ARCH=	yes

.include <bsd.port.mk>