mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
16 lines
312 B
Makefile
16 lines
312 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_FTP
|
|
PORTVERSION= 1.3.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= ftp www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR OO interface to the PHP FTP functions plus some additions
|
|
|
|
USE_PHP= ftp
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|