- Fix LICENSE

- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-10-24 09:04:27 +00:00
parent ad004b1c93
commit d2d5fca73d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452760
2 changed files with 6 additions and 4 deletions

View File

@ -11,10 +11,12 @@ DISTNAME= ecm-${PORTVERSION}
MAINTAINER= culot@FreeBSD.org
COMMENT= Elliptic Curve Method for Integer Factorization
LIB_DEPENDS= libgmp.so:math/gmp
LICENSE= GPLv2 LGPL21
LICENSE= GPLv2+ LGPL21+
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libgmp.so:math/gmp
CONFLICTS= ecm-[0-9]*

View File

@ -1,4 +1,4 @@
GMP-ECM is a program to factor integers using the Elliptic Curve Method
(ECM), based on the GNU MP multiprecision library.
WWW: http://gforge.inria.fr/projects/ecm/
WWW: https://gforge.inria.fr/projects/ecm/