freebsd-ports/devel/pecl-uploadprogress/Makefile

26 lines
482 B
Makefile
Raw Normal View History

# New ports collection makefile for: pecl-uploadprogress
# Date created: 2006/12/06
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= uploadprogress
2009-01-24 14:38:36 +01:00
PORTVERSION= 0.9.2
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= chinsan@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>