diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-08-21 20:51:40 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-08-21 20:51:40 +0000 |
commit | e1f907bc92fd009a50a4d72d49c7f561c0f1436c (patch) | |
tree | d68379cceaa2e27c50b7bb9e58f409f101407a41 /security/spass | |
parent | 6c39ae8258a8d0dc8f5fa734ef02c1d4d357bdec (diff) | |
download | ports-e1f907bc92fd009a50a4d72d49c7f561c0f1436c.tar.gz ports-e1f907bc92fd009a50a4d72d49c7f561c0f1436c.zip |
Notes
Diffstat (limited to 'security/spass')
-rw-r--r-- | security/spass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/spass/Makefile b/security/spass/Makefile index 6b509161124f..ae024d767967 100644 --- a/security/spass/Makefile +++ b/security/spass/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: spass # Date created: 27 October 2010 -# Whom: Eitan Adler <eadler@freebsd.org> +# Whom: Eitan Adler <eadler@FreeBSD.org> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 2.0 CATEGORIES= security MASTER_SITES= http://www.guyrutenberg.com/wp-content/uploads/2010/08/ -MAINTAINER= eadler@freebsd.org +MAINTAINER= eadler@FreeBSD.org COMMENT= A secure password generator with a true random number generator LIB_DEPENDS= boost_program_options:${PORTSDIR}/devel/boost-libs |