openbsd-ports/www/pear-HTML-Common2/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

29 lines
667 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/09/15 20:38:25 merdely Exp $
COMMENT= base package for HTML handling in PHP5
DISTNAME= HTML_Common2-0.1.0
PKGNAME= pear-${DISTNAME:S/_/-/}p1
CATEGORIES= www devel pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
MODULES= www/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= ::devel/pear-PHPUnit2
do-regress: fake
@cd ${WRKSRC} && ${PEAR_PHPBIN} \
-d include_path="${WRKINST}${PEAR_LIBDIR}:${PEAR_LIBDIR}" \
tests/HTML_Common2_Test.php
.include <bsd.port.mk>