svn commit: r334533 - head/security/pecl-gnupg
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Nov 21 23:12:14 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list