openbsd-ports/devel/pear-Log/Makefile

25 lines
443 B
Makefile
Raw Normal View History

2011-09-16 05:24:48 -04:00
# $OpenBSD: Makefile,v 1.19 2011/09/16 09:24:53 espie Exp $
COMMENT = logging utilities for PHP
DISTNAME = Log-1.11.5
CATEGORIES = devel
2011-09-16 05:24:48 -04:00
REVISION = 1
HOMEPAGE = http://pear.php.net/package/Log/
MODULES = www/pear
# MIT license
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS = ${PKGPATH}
do-regress:
cd ${WRKSRC}/tests; pear run-tests
.include <bsd.port.mk>