Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2013 23:12:14 +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: r334533 - head/security/pecl-gnupg
Message-ID:  <201311212312.rALNCERv002977@svn.freebsd.org>

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

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/security/pecl-gnupg/Makefile

Modified: head/security/pecl-gnupg/Makefile
==============================================================================
--- head/security/pecl-gnupg/Makefile	Thu Nov 21 22:37:24 2013	(r334532)
+++ head/security/pecl-gnupg/Makefile	Thu Nov 21 23:12:13 2013	(r334533)
@@ -13,6 +13,8 @@ DIST_SUBDIR=	PECL
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	PECL wrapper around the gpgme library
 
+LICENSE=	BSD
+
 LIB_DEPENDS=	libgpgme.so:${PORTSDIR}/security/gpgme
 
 CFLAGS+=	-I${LOCALBASE}/include
@@ -21,7 +23,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4
 



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