freebsd-ports/deskutils/note/Makefile
Jason Unovitch 22d475611a deskutils/note: Remove BROKEN
- Remove BROKEN, make fetch works with both MASTER_SITE and distcache

PR:		204365
Submitted by:	idefix@fechner.net (maintainer)
2015-11-12 00:33:40 +00:00

20 lines
419 B
Makefile

# $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:${PORTSDIR}/textproc/p5-YAML \
p5-Crypt-IDEA>=1.0:${PORTSDIR}/security/p5-Crypt-IDEA
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>