openbsd-ports/devel/pear-Log/Makefile
stephan 084fe74e28 - update to 1.11.5
- fix HOMEPAGE
- change license to MIT (since 1.11.0)
- add regression tests (by sthen@)
- take maintainership
- minor cleanups

ok sthen@ and ok jasper@ (for a previous diff)
2009-11-06 15:28:09 +00:00

27 lines
516 B
Makefile

# $OpenBSD: Makefile,v 1.15 2009/11/06 15:28:09 stephan 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>