mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
25 lines
506 B
Makefile
25 lines
506 B
Makefile
# Created by: mnag@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnupg
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PECL wrapper around the gpgme library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libgpgme.so:security/gpgme
|
|
|
|
USES= localbase php:pecl
|
|
|
|
CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/GNUPG_DL/ s|-ldl||; s|$$GNUPG_DIR/lib|${LOCALBASE}/lib|' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|