mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
1cf6d02c52
- Pass maintainership to submitter This is a small console program written in perl, which allows you to manage notes similar to programs like "knotes" from commandline. PR: ports/187821 Submitted by: Matthias Fechner <idefix@fechner.net>
17 lines
289 B
Makefile
17 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= note
|
|
PORTVERSION= 1.3.18
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|