1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/ftp/pear-Net_FTP/Makefile
Sunpoet Po-Chuan Hsieh 430cad8a88 Update distinfo and unbreak this port
- While I'm here, add USES=php

Content of tarballs are unchanged (checked against [1]).

=> Net_FTP-1.4.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Net_FTP-1.4.0.tgz
fetch: http://pear.php.net/get/Net_FTP-1.4.0.tgz: size mismatch: expected 35344, actual 35593

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Net_FTP-1.4.0.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:39:17 +00:00

17 lines
323 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= joneum@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>