1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/ftp/pear-Net_FTP/Makefile
2021-05-23 00:20:48 +08:00

17 lines
325 B
Makefile

# 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>