1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/deskutils/note/Makefile
Danilo Egea Gondolfo 1cf6d02c52 - Add the new port: deskutils/note
- 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>
2014-03-23 00:52:57 +00:00

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>