diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:42:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:42:13 +0000 |
commit | 60be9b76741fa14462b7e4d3c8e3751e695d6126 (patch) | |
tree | 6aec1dedcadcb69cde8b9788a6ec9a0300845a0f /math/p5-Math-RandomOrg | |
parent | e7bf498df575eec7864ddad8eedb00c91b524ce8 (diff) | |
download | ports-60be9b76741fa14462b7e4d3c8e3751e695d6126.tar.gz ports-60be9b76741fa14462b7e4d3c8e3751e695d6126.zip |
Notes
Diffstat (limited to 'math/p5-Math-RandomOrg')
-rw-r--r-- | math/p5-Math-RandomOrg/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-RandomOrg/Makefile b/math/p5-Math-RandomOrg/Makefile index 302a14802f3b..2ecdd0e7b17c 100644 --- a/math/p5-Math-RandomOrg/Makefile +++ b/math/p5-Math-RandomOrg/Makefile @@ -8,9 +8,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Retrieve random numbers and data from random.org +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} |