Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/ftp/pear-Net_FTP/Makefile
42630 views
PORTNAME=	Net_FTP
PORTVERSION=	1.4.1
CATEGORIES=	ftp www pear

MAINTAINER=	[email protected]
COMMENT=	PEAR OO interface to the PHP FTP functions plus some additions
WWW=		https://pear.php.net/package/Net_FTP

LICENSE=	BSD2CLAUSE

USES=		pear php
USE_PHP=	ftp
NO_ARCH=	yes

.include <bsd.port.mk>