aboutsummaryrefslogtreecommitdiff
path: root/math/flintqs/Makefile
blob: 689040d14a20a81dcf4cbb448b0ea8cc5e48a310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

PORTNAME=	FlintQS
DISTVERSIONPREFIX=	v
DISTVERSION=	1.0
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Quadratic Sieve integer factorization algorithm

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libgmp.so:math/gmp

USES=		autoreconf gmake localbase:ldflags
GNU_CONFIGURE=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	sagemath

PLIST_FILES=	bin/QuadraticSieve

.include <bsd.port.mk>