openbsd-ports/www/pecl-uploadprogress/Makefile

18 lines
320 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2012/08/30 14:09:21 sthen Exp $
COMMENT= PHP upload progress meter
2009-06-19 00:18:04 -04:00
DISTNAME= uploadprogress-1.0.1
REVISION= 6
2012-04-19 17:30:26 -04:00
# PHP
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-04-19 17:30:26 -04:00
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>