freebsd-ports/devel/pecl-uploadprogress/Makefile
2009-09-03 21:58:24 +00:00

25 lines
479 B
Makefile

# New ports collection makefile for: pecl-uploadprogress
# Date created: 2006/12/06
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= uploadprogress
PORTVERSION= 1.0.1
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
.include <bsd.port.mk>