freebsd-ports/devel/pecl-uploadprogress/Makefile

22 lines
388 B
Makefile

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