diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-02-16 23:54:37 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-02-16 23:54:37 +0000 |
commit | 7d7b4e173f366359012c87e026da1212e5db7573 (patch) | |
tree | 383355d133dcacf6dd2cfa64b8618fbcfd7fb2ca /math/ntl/Makefile | |
parent | 2ac57a6d20f37775daf434d314fdf3998fc16a86 (diff) | |
download | ports-7d7b4e173f366359012c87e026da1212e5db7573.tar.gz ports-7d7b4e173f366359012c87e026da1212e5db7573.zip |
- Update to 6.0.0
- Trim Makefile headers
- Reset maintainer to ports@
Notes
Notes:
svn path=/head/; revision=312392
Diffstat (limited to 'math/ntl/Makefile')
-rw-r--r-- | math/ntl/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index a24921e0d414..9a882b8adffc 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,17 +1,12 @@ -# New ports collection makefile for: ntl -# Date created: 18 June 2000 -# Whom: bauerm -# +# Created by: bauerm # $FreeBSD$ -# PORTNAME= ntl -PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTVERSION= 6.0.0 CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/ -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Victor Shoup's Number Theory Library # ntl is faster with libgmp4, but you can disable it |