freebsd-ports/devel/pecl-uploadprogress/Makefile

22 lines
406 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= uploadprogress
PORTVERSION= 1.0.2
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
IGNORE_WITH_PHP=4
CONFIGURE_ARGS= --enable-uploadprogress
NO_STAGE= yes
.include <bsd.port.mk>