15 lines
298 B
Makefile
15 lines
298 B
Makefile
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
|
|
WWW= https://pear.php.net/package/Net_FTP
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= pear php
|
|
USE_PHP= ftp
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|