1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/deskutils/note/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
395 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:textproc/p5-YAML \
p5-Crypt-IDEA>=1.0:security/p5-Crypt-IDEA
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>