1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/security/pgpgpg/Makefile
2021-04-06 16:31:07 +02:00

23 lines
518 B
Makefile

# 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>