openbsd-ports/devel/pear-Log/Makefile
2010-11-15 19:45:56 +00:00

27 lines
512 B
Makefile

# $OpenBSD: Makefile,v 1.16 2010/11/15 19:46:07 espie Exp $
COMMENT = logging utilities for PHP
DISTNAME = Log-1.11.5
PKGNAME = pear-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = http://pear.php.net/package/Log/
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
MODULES = www/pear
# MIT license
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
REGRESS_DEPENDS = ${PKGPATH}
do-regress:
cd ${WRKSRC}/tests; pear run-tests
.include <bsd.port.mk>