freebsd-ports/devel/pecl-uploadprogress/Makefile
Martin Wilke 337a7fa041 - Marke these ports as stage safe
- While here remove php4 gruft
2014-01-23 15:12:50 +00:00

20 lines
374 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= uploadprogress
PORTVERSION= 1.0.3
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides track progress of a file upload
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-uploadprogress
.include <bsd.port.mk>