aboutsummaryrefslogtreecommitdiff
path: root/security/kc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-28 16:46:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-28 16:46:49 +0000
commitbed69ad353eae1c8f1e82dd9f2454b5299026484 (patch)
tree647479c6281946884a631828351f0172e539a44d /security/kc
parent4e27146ed04700677459a9acb51d439471912de9 (diff)
downloadports-bed69ad353eae1c8f1e82dd9f2454b5299026484.tar.gz
ports-bed69ad353eae1c8f1e82dd9f2454b5299026484.zip
- Switch to USES=libedit as suggested by stage-qa
- Add LICENSE_FILE Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395510
Diffstat (limited to 'security/kc')
-rw-r--r--security/kc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/kc/Makefile b/security/kc/Makefile
index 17cb142531d2..ca2f7e69531e 100644
--- a/security/kc/Makefile
+++ b/security/kc/Makefile
@@ -3,18 +3,19 @@
PORTNAME= kc
PORTVERSION= 2.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MAINTAINER= leva@ecentrum.hu
COMMENT= Console based password storing application
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
libpcre.so:${PORTSDIR}/devel/pcre
-USES= pkgconfig uidfix
+USES= libedit pkgconfig uidfix
USE_GITHUB= yes
GH_ACCOUNT= levaidaniel