3c852dbd3b
The port was removed due to PHP 5.6 being EOL. A project hosting an updated version is available on PHP's Github: https://github.com/php/pecl-php-uploadprogress. PR: 239321 Submitted by: Daniel Morante <daniel@morante.net>
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uploadprogress
|
|
DISTVERSION= 1.0.3.1.a.20190424
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= daniel@morante.net
|
|
COMMENT= Provides track progress of a file upload
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= php:pecl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= php
|
|
GH_PROJECT= pecl-php-${PORTNAME}
|
|
GH_TAGNAME= 80a54fa
|
|
|
|
CONFIGURE_ARGS= --enable-uploadprogress
|
|
|
|
.include <bsd.port.mk>
|