blob: 245e97fc75991424e6604830b9c64407d42ae011 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= note
PORTVERSION= 1.3.18
PORTREVISION= 2
CATEGORIES= deskutils perl5
MASTER_SITES= http://www.daemon.de/idisk/Apps/note/
MAINTAINER= idefix@fechner.net
COMMENT= Console based tool to handle encrypted notes
LICENSE= GPLv1
RUN_DEPENDS= p5-YAML>=0.1:textproc/p5-YAML \
p5-Crypt-IDEA>=1.0:security/p5-Crypt-IDEA
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|