2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/11/22 08:36:52 espie Exp $
|
2005-03-02 09:07:10 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= base package for HTML handling in PHP5
|
2005-03-02 09:07:10 -05:00
|
|
|
|
|
|
|
DISTNAME= HTML_Common2-0.1.0
|
2010-11-11 07:35:09 -05:00
|
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}
|
|
|
|
REVISION= 2
|
2009-11-06 04:01:07 -05:00
|
|
|
CATEGORIES= www devel
|
2005-03-02 09:07:10 -05:00
|
|
|
|
2007-03-22 18:48:03 -04:00
|
|
|
MODULES= www/pear
|
2005-03-02 09:07:10 -05:00
|
|
|
|
|
|
|
# PHP License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
REGRESS_DEPENDS= devel/pear-PHPUnit2
|
2005-03-02 09:07:10 -05:00
|
|
|
|
|
|
|
do-regress: fake
|
|
|
|
@cd ${WRKSRC} && ${PEAR_PHPBIN} \
|
|
|
|
-d include_path="${WRKINST}${PEAR_LIBDIR}:${PEAR_LIBDIR}" \
|
|
|
|
tests/HTML_Common2_Test.php
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|