diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-26 21:30:05 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-26 21:30:05 +0000 |
commit | 1c37c37284a9891eb7480f3df7dbda30d01356dd (patch) | |
tree | 6e052184d8e0ca481964e487e76359c0e5c63f5e /deskutils | |
parent | fc1f1913494d4e7b4936e325628527faaa3ffee0 (diff) | |
download | ports-1c37c37284a9891eb7480f3df7dbda30d01356dd.tar.gz ports-1c37c37284a9891eb7480f3df7dbda30d01356dd.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/note/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/note/Makefile b/deskutils/note/Makefile index 08599effab18..9feacbcb8715 100644 --- a/deskutils/note/Makefile +++ b/deskutils/note/Makefile @@ -2,6 +2,7 @@ PORTNAME= note PORTVERSION= 1.3.18 +PORTREVISION= 1 CATEGORIES= deskutils perl5 MASTER_SITES= http://www.daemon.de/idisk/Apps/note/ @@ -10,6 +11,9 @@ COMMENT= Console based tool to handle encrypted notes LICENSE= GPLv1 +RUN_DEPENDS= p5-YAML>=0.1:${PORTSDIR}/textproc/p5-YAML \ + p5-Crypt-IDEA>=1.0:${PORTSDIR}/security/p5-Crypt-IDEA + USES= perl5 USE_PERL5= configure |