opnsense-ports/security/pgpgpg/Makefile
Franco Fichtner 33e98a2a58 */*: sync with upstream
Taken from: FreeBSD
2016-09-16 14:21:20 +02:00

22 lines
529 B
Makefile

# Created by: Matt Behrens <matt@zigg.com>
# $FreeBSD$
PORTNAME= pgpgpg
PORTVERSION= 0.13
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= PACKETSTORM/crypt/pgpgpg \
ftp://ftp.gnupg.org/gcrypt/historic/ \
http://www.nessie.de/mroth/pgpgpg/
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper for GnuPG to simulate PGP 2.6.x
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>