Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2013 20:47:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334522 - head/security/pear-Auth_SASL
Message-ID:  <201311212047.rALKlmvN051760@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 21 20:47:47 2013
New Revision: 334522
URL: http://svnweb.freebsd.org/changeset/ports/334522

Log:
  - Fix Makefile header
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/security/pear-Auth_SASL/Makefile

Modified: head/security/pear-Auth_SASL/Makefile
==============================================================================
--- head/security/pear-Auth_SASL/Makefile	Thu Nov 21 20:47:43 2013	(r334521)
+++ head/security/pear-Auth_SASL/Makefile	Thu Nov 21 20:47:47 2013	(r334522)
@@ -1,4 +1,4 @@
-# Created by: Thierry Thomas (<thierry@pompo.net>)
+# Created by: Thierry Thomas <thierry@pompo.net>
 # $FreeBSD$
 
 PORTNAME=	Auth_SASL
@@ -8,12 +8,13 @@ CATEGORIES=	security www pear
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	PEAR abstraction of various SASL mechanism responses
 
+LICENSE=	BSD
+
 BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
-RUN_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PEAR_AUTOINSTALL=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include "${.CURDIR}/../../devel/pear/bsd.pear.mk"
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311212047.rALKlmvN051760>