diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/geonext/Makefile | 1 | ||||
-rw-r--r-- | math/lp_solve/Makefile | 1 | ||||
-rw-r--r-- | math/mpfi/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Base85/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-BaseCalc/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Calc-Units/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-RandomOrg/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Set-Window/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Statistics-ChiSquare/Makefile | 1 | ||||
-rw-r--r-- | math/units/Makefile | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/math/geonext/Makefile b/math/geonext/Makefile index ce5a17ecfa1a..6a8a359284c6 100644 --- a/math/geonext/Makefile +++ b/math/geonext/Makefile @@ -6,6 +6,7 @@ DISTNAME= geonext.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Interactive (dynamic) elementary Geometry Software +WWW= http://www.geonext.de LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 7595cc186a7d..8e30f685b212 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_source MAINTAINER= mayo@oyam.ca COMMENT= Linear Programming Solver +WWW= http://tech.groups.yahoo.com/group/lp_solve/ LICENSE= LGPL21 diff --git a/math/mpfi/Makefile b/math/mpfi/Makefile index de9d41756fe9..da093b98420f 100644 --- a/math/mpfi/Makefile +++ b/math/mpfi/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/38111/ MAINTAINER= thierry@FreeBSD.org COMMENT= Multiple Precision Floating-point Interval library +WWW= https://perso.ens-lyon.fr/nathalie.revol/software.html LICENSE= LGPL3 GPLv3 LICENSE_COMB= dual diff --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile index 04006c2db4f6..cb2eff404c53 100644 --- a/math/p5-Math-Base85/Makefile +++ b/math/p5-Math-Base85/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924 +WWW= https://metacpan.org/release/Math-Base85 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/math/p5-Math-BaseCalc/Makefile b/math/p5-Math-BaseCalc/Makefile index 95eb0e7d2b0d..48bf39d9590e 100644 --- a/math/p5-Math-BaseCalc/Makefile +++ b/math/p5-Math-BaseCalc/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert numbers between various bases +WWW= https://metacpan.org/release/Math-BaseCalc USES= perl5 USE_PERL5= configure diff --git a/math/p5-Math-Calc-Units/Makefile b/math/p5-Math-Calc-Units/Makefile index 0af4b299df02..2fb2df80d4b7 100644 --- a/math/p5-Math-Calc-Units/Makefile +++ b/math/p5-Math-Calc-Units/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Human-readable unit-aware calculator +WWW= https://metacpan.org/release/Math-Calc-Units USES= perl5 USE_PERL5= configure diff --git a/math/p5-Math-RandomOrg/Makefile b/math/p5-Math-RandomOrg/Makefile index 0b42c5b3236d..8fdc5816117f 100644 --- a/math/p5-Math-RandomOrg/Makefile +++ b/math/p5-Math-RandomOrg/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Retrieve random numbers and data from random.org +WWW= https://metacpan.org/release/Math-RandomOrg LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/math/p5-Set-Window/Makefile b/math/p5-Set-Window/Makefile index 72a21316d6dc..ccf593c62ca1 100644 --- a/math/p5-Set-Window/Makefile +++ b/math/p5-Set-Window/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to manage an interval on the integer line +WWW= https://metacpan.org/release/Set-Window USES= perl5 USE_PERL5= configure diff --git a/math/p5-Statistics-ChiSquare/Makefile b/math/p5-Statistics-ChiSquare/Makefile index 4595878028fe..8b023b9b5cdf 100644 --- a/math/p5-Statistics-ChiSquare/Makefile +++ b/math/p5-Statistics-ChiSquare/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= How random is your data? +WWW= https://metacpan.org/release/Statistics-ChiSquare USES= perl5 USE_PERL5= configure diff --git a/math/units/Makefile b/math/units/Makefile index 6ec79dbbf998..138f5dad6805 100644 --- a/math/units/Makefile +++ b/math/units/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNU MAINTAINER= jharris@widomaker.com COMMENT= Unit conversion and calculation +WWW= https://www.gnu.org/software/units/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING |