diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-31 16:29:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-31 16:29:32 +0000 |
commit | c5dd4b42a974e95448871473453731f29cacc153 (patch) | |
tree | c3112b8dc4e49177adbabeff52a0bbfcb4c014de /sysutils/pwsafe/Makefile | |
parent | 00d0bc729b14e21db84633df869146cf31a46ec9 (diff) | |
download | ports-c5dd4b42a974e95448871473453731f29cacc153.tar.gz ports-c5dd4b42a974e95448871473453731f29cacc153.zip |
Notes
Diffstat (limited to 'sysutils/pwsafe/Makefile')
-rw-r--r-- | sysutils/pwsafe/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile new file mode 100644 index 000000000000..0d3aa1a04c35 --- /dev/null +++ b/sysutils/pwsafe/Makefile @@ -0,0 +1,22 @@ +# 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> |