blob: 0137a273d093847f387d87dc74197c6573941429 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
PORTNAME= pinentry
PORTREVISION= 1
COMMENT= GNOME 3 version of the GnuPG password dialog
PINENTRY_GUI= gnome3
MASTERDIR= ${.CURDIR}/../pinentry
.include "${MASTERDIR}/Makefile"
|