Date: Mon, 13 May 2013 09:29:30 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318034 - head/security/pear-Auth_HTTP Message-ID: <201305130929.r4D9TUZ1039523@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon May 13 09:29:30 2013 New Revision: 318034 URL: http://svnweb.freebsd.org/changeset/ports/318034 Log: - Convert to PEAR_AUTOINSTALL - Trim Header Modified: head/security/pear-Auth_HTTP/Makefile (contents, props changed) Modified: head/security/pear-Auth_HTTP/Makefile ============================================================================== --- head/security/pear-Auth_HTTP/Makefile Mon May 13 09:29:01 2013 (r318033) +++ head/security/pear-Auth_HTTP/Makefile Mon May 13 09:29:30 2013 (r318034) @@ -8,14 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PEAR HTTP authentication BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -CATEGORY= Auth -PEAR_CATSRC= yes -FILES= HTTP.php -TESTS= sample.sql test_basic_simple.php test_digest_simple.php \ - test_digest_get.php test_digest_post.php -_TESTSDIR= docs +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305130929.r4D9TUZ1039523>