freebsd-ports/ftp/pear-Net_FTP/Makefile

17 lines
323 B
Makefile
Raw Normal View History

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_FTP
2015-04-23 15:51:54 +02:00
PORTVERSION= 1.4.0
CATEGORIES= ftp www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR OO interface to the PHP FTP functions plus some additions
2015-04-23 15:51:54 +02:00
LICENSE= BSD2CLAUSE
USE_PHP= ftp
USES= pear php
2014-09-23 18:33:50 +02:00
.include <bsd.port.mk>