diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-11-26 17:35:49 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-11-26 17:35:49 +0800 |
commit | 9d38ad6c87f94c0ca22e8b6f3532ddce806ccfd5 (patch) | |
tree | cd880492f60c1c6fdfacfaf849eecfcf385b65ff /math/Makefile | |
parent | 93f13c5b3fe5fb471681ae20d09034e0aae7c56b (diff) | |
download | freebsd-ports-gnome-9d38ad6c87f94c0ca22e8b6f3532ddce806ccfd5.tar.gz freebsd-ports-gnome-9d38ad6c87f94c0ca22e8b6f3532ddce806ccfd5.tar.zst freebsd-ports-gnome-9d38ad6c87f94c0ca22e8b6f3532ddce806ccfd5.zip |
This module parses range definitions and returns
an array of individual numbers.
WWW: http://search.cpan.org/dist/Parse-Range/
PR: ports/173280
Submitted by: pauls@utdallas.edu
Feature safe: yes
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 7a48383b1312..42bda9faced3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -470,6 +470,7 @@ SUBDIR += p5-Number-Uncertainty SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError-LaTeX + SUBDIR += p5-Parse-Range SUBDIR += p5-Roman SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-IntSpan-Fast |