1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/ftp/pear-Net_FTP/Makefile
Jochen Neumeister 6f8c351112 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:33:54 +00:00

17 lines
321 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_FTP
PORTVERSION= 1.4.0
CATEGORIES= ftp www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR OO interface to the PHP FTP functions plus some additions
LICENSE= BSD2CLAUSE
USE_PHP= ftp
USES= pear php
.include <bsd.port.mk>