freebsd-ports/math/flintqs/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
397 B
Makefile

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>