diff options
Diffstat (limited to 'math/lll_spect/Makefile')
-rw-r--r-- | math/lll_spect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lll_spect/Makefile b/math/lll_spect/Makefile index 97204836172a..4f865b24c45e 100644 --- a/math/lll_spect/Makefile +++ b/math/lll_spect/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: lll_spect # Date created: 6 Feb. 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= lll_spect @@ -12,7 +12,7 @@ DISTFILES= lll_spect.C lll_search.C examples.txt DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= LLL-spectral test of linear congruential random number generators BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl |