mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
pwgen is only used by some contributed zsh scripts of password-store
Make the pwgen dependency depend on the CONTRIB option and bump PORTREVISION
This commit is contained in:
parent
a201de8ee6
commit
c2b5bde1fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440875
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= password-store
|
||||
PORTVERSION= 1.7.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
|
||||
|
||||
@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
RUN_DEPENDS= bash:shells/bash \
|
||||
getopt>=0:misc/getopt \
|
||||
gnupg>=2:security/gnupg \
|
||||
pwgen>=0:sysutils/pwgen \
|
||||
tree>=1.7:sysutils/tree
|
||||
|
||||
NO_ARCH= yes
|
||||
@ -32,6 +32,7 @@ QRENCODE_DESC= Enable QR code support
|
||||
GIT_RUN_DEPENDS= git>=0:devel/git
|
||||
XCLIP_RUN_DEPENDS= base64>=0:converters/base64 \
|
||||
xclip>=0:x11/xclip
|
||||
CONTRIB_RUN_DEPENDS= pwgen>=0:sysutils/pwgen
|
||||
QRENCODE_RUN_DEPENDS= qrencode>=0:graphics/libqrencode
|
||||
|
||||
SUB_FILES= pass
|
||||
|
Loading…
Reference in New Issue
Block a user