19 lines
322 B
Makefile
19 lines
322 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uploadprogress
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Provides track progress of a file upload
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 70 71
|
|
|
|
CONFIGURE_ARGS= --enable-uploadprogress
|
|
|
|
.include <bsd.port.mk>
|