diff options
author | arved <arved@FreeBSD.org> | 2010-08-09 21:28:50 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-08-09 21:28:50 +0800 |
commit | 26875eca6d2d145b39e59c2c7a09bb9bcd6b3eda (patch) | |
tree | 463a44b67d8e2ff63ca52840d9ed97d836a2d9d3 /math/msieve/Makefile | |
parent | ef459690d821e5d9c037d3abdfb90f741decfa02 (diff) | |
download | freebsd-ports-gnome-26875eca6d2d145b39e59c2c7a09bb9bcd6b3eda.tar.gz freebsd-ports-gnome-26875eca6d2d145b39e59c2c7a09bb9bcd6b3eda.tar.zst freebsd-ports-gnome-26875eca6d2d145b39e59c2c7a09bb9bcd6b3eda.zip |
Drop Maintainership
PR: 149436
Submitted by: old maintainer
Diffstat (limited to 'math/msieve/Makefile')
-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 |