aboutsummaryrefslogtreecommitdiff
path: root/security/pgpgpg/Makefile
blob: 859944bba5b92e7f7fa73083967da75c157f044e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
WWW=		https://mroth.net/pgpgpg/

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>