aboutsummaryrefslogtreecommitdiff
path: root/security/pgpgpg/Makefile
blob: 6927c13a088f8cb3c634b43627e86ab965134783 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>