diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-09 13:28:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-09 13:28:50 +0000 |
commit | 4f7173998edefd608e02c036b8c6223fe4190f9b (patch) | |
tree | 0e8034f7822cbb36d29d4f8a157159f9e52b2206 /math/msieve | |
parent | 8262efd7aa768f07a7bd4b867d89d34bd5b7f1c4 (diff) | |
download | ports-4f7173998edefd608e02c036b8c6223fe4190f9b.tar.gz ports-4f7173998edefd608e02c036b8c6223fe4190f9b.zip |
Notes
Diffstat (limited to 'math/msieve')
-rw-r--r-- | math/msieve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/msieve/Makefile b/math/msieve/Makefile index 6fed33559ac4..f0cf6b51359c 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.boo.net/~jasonp/ \ http://mirror.roe.ch/dist/msieve/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} -MAINTAINER= daniel@roe.ch +MAINTAINER= ports@FreeBSD.org COMMENT= Fast factorization of big integers using MPQS and GNFS BUILD_DEPENDS= ${LOCALBASE}/lib/libecm.a:${PORTSDIR}/math/gmp-ecm |