diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-06-11 20:51:45 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-06-11 20:51:45 +0000 |
commit | 1a6b60de17ca56d6f3aa00142d3aa0eafa9415ac (patch) | |
tree | 7c9ae4419dbcc02047b49da955fdcdb1504314c6 | |
parent | cd3586ae88a830978b66be8b8f44f6aa3be7f07a (diff) | |
download | pkgsrc-1a6b60de17ca56d6f3aa00142d3aa0eafa9415ac.tar.gz |
Add and enable p5-Number-Range.
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index cd1d11f73b6..07a172c68a6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.266 2014/05/31 21:33:28 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.267 2014/06/11 20:51:45 schmonz Exp $ COMMENT= Mathematics @@ -186,6 +186,7 @@ SUBDIR+= p5-Math-Spline SUBDIR+= p5-Math-VecStat SUBDIR+= p5-Number-Compare SUBDIR+= p5-Number-Latin +SUBDIR+= p5-Number-Range SUBDIR+= p5-Number-Tolerant SUBDIR+= p5-Roman SUBDIR+= p5-Set-Crontab |