diff options
author | Jonathan Chu <milki@FreeBSD.org> | 2014-05-24 21:25:32 +0000 |
---|---|---|
committer | Jonathan Chu <milki@FreeBSD.org> | 2014-05-24 21:25:32 +0000 |
commit | d87aeb9d76664e1b98d1fa52f5cd15b7dd501bcf (patch) | |
tree | 9e8aaa8855eede1da18ee97211eabb68f4f747d3 /sysutils | |
parent | 05b616cd0785831386635fb9a4f763dd05430c7e (diff) | |
download | ports-d87aeb9d76664e1b98d1fa52f5cd15b7dd501bcf.tar.gz ports-d87aeb9d76664e1b98d1fa52f5cd15b7dd501bcf.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/password-store/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile index da02976b5921..ce8c0ce38c6e 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -2,6 +2,7 @@ PORTNAME= password-store PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/ @@ -11,6 +12,7 @@ COMMENT= Stores, retrieves, generates, and synchronizes passwords securely LICENSE= GPLv2 RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \ + getopt>=0:${PORTSDIR}/misc/getopt \ gnupg>=2:${PORTSDIR}/security/gnupg \ pwgen>=0:${PORTSDIR}/sysutils/pwgen \ tree>=1.7:${PORTSDIR}/sysutils/tree |