freebsd-ports/sysutils/pwsafe/Makefile
Pav Lucistnik c5dd4b42a9 Add pwsafe, a command line program to manage encrypted password databases
PR:		ports/64911
Submitted by:	Daniel Johansson <donnex@donnex.net>
2004-03-31 16:29:32 +00:00

22 lines
420 B
Makefile

# New ports collection makefile for: pwsafe
# Date created: 29 Mars 2004
# Whom: donnex
#
# $FreeBSD$
#
PORTNAME= pwsafe
PORTVERSION= 0.1.6
CATEGORIES= sysutils
MASTER_SITES= http://nsd.dyndns.org/pwsafe/releases/
MAINTAINER= donnex@donnex.net
COMMENT= Cmdline program that manages encrypted password databases
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= pwsafe.1
PLIST_FILES= bin/pwsafe
.include <bsd.port.mk>