diff options
Diffstat (limited to 'sysutils/plasma-pass/Makefile')
-rw-r--r-- | sysutils/plasma-pass/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/plasma-pass/Makefile b/sysutils/plasma-pass/Makefile index b9b0d9d987ac..7f6e57a2585e 100644 --- a/sysutils/plasma-pass/Makefile +++ b/sysutils/plasma-pass/Makefile @@ -1,14 +1,16 @@ # $FreeBSD$ PORTNAME= plasma-pass -DISTVERSION= 1.0.0 -PORTREVISION= 1 +DISTVERSION= 1.1.0 MASTER_SITES= KDE/stable/${PORTNAME} CATEGORIES= sysutils kde MAINTAINER= kde@FreeBSD.org COMMENT= Plasma applet for Pass password manager +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= pass:sysutils/password-store USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz |