1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/math/flintqs/Makefile

24 lines
410 B
Makefile

# $FreeBSD$
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>