freebsd-ports/devel/pecl-uploadprogress/Makefile
Martin Wilke 5a67738f00 - Ignore php70
- While here remove old php gruft
2016-02-18 14:47:05 +00:00

23 lines
407 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= miwi@FreeBSD.org
COMMENT= Provides track progress of a file upload
LICENSE= PHP301
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-uploadprogress
.include <bsd.port.mk>