openbsd-ports/www/pecl-phar/Makefile

19 lines
362 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2012/08/30 14:09:21 sthen Exp $
COMMENT= support for PHP archives (.phar)
DISTNAME= phar-2.0.0
REVISION= 9
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
2012-04-19 17:30:26 -04:00
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-bz2
.include <bsd.port.mk>