HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/security/pgpgpg/Makefile.bak
# Created by: Matt Behrens <matt@zigg.com>

PORTNAME=	pgpgpg
PORTVERSION=	0.13
PORTREVISION=	5
CATEGORIES=	security
MASTER_SITES=	https://mroth.net/pgpgpg/ \
		https://BSDforge.com/projects/source/security/pgpgpg/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Wrapper for GnuPG to simulate PGP 2.6.x

LICENSE=	GPLv2

BUILD_DEPENDS=	gnupg1>=0:security/gnupg1
RUN_DEPENDS=	gnupg1>=0:security/gnupg1

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-gpg-path=${LOCALBASE}/bin/gpg
PLIST_FILES=	bin/pgpgpg

.include <bsd.port.mk>