diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-22 07:12:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-22 07:12:13 +0800 |
commit | d9a19539d871f1761b070958ba16ee91be044776 (patch) | |
tree | 6e546e6542e28737e930957a7802abdb65c9bd42 /security | |
parent | caa8e0fa35f224fbdef059ef6ee6ce0807172cb2 (diff) | |
download | freebsd-ports-gnome-d9a19539d871f1761b070958ba16ee91be044776.tar.gz freebsd-ports-gnome-d9a19539d871f1761b070958ba16ee91be044776.tar.zst freebsd-ports-gnome-d9a19539d871f1761b070958ba16ee91be044776.zip |
- Add LICENSE
- Support STAGEDIR
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-gnupg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index 3b0618a80652..383bb691086b 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -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 |