freebsd-ports/security/pgpgpg/Makefile
Kurt Jaeger 6b5efb1b88 security/pgpgpg: fix MASTER_SITES, unbreak, submitter becomes maintainer
PR:		252076
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2021-01-01 23:06:39 +00:00

23 lines
530 B
Makefile

# Created by: Matt Behrens <matt@zigg.com>
# $FreeBSD$
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>