diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-09 14:44:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-09 14:44:22 +0000 |
commit | 006beca446e97e0b20fc70458a987e490e065bf7 (patch) | |
tree | 7df626c284a97a2dbbb223c77f0593e5d7599fb3 /net/p5-Net-Random | |
parent | 2548eeeeffb71f0fa6aecbceb97a0b348646fd18 (diff) | |
download | ports-006beca446e97e0b20fc70458a987e490e065bf7.tar.gz ports-006beca446e97e0b20fc70458a987e490e065bf7.zip |
Notes
Diffstat (limited to 'net/p5-Net-Random')
-rw-r--r-- | net/p5-Net-Random/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/p5-Net-Random/Makefile b/net/p5-Net-Random/Makefile index 3a742a4bf5ec..b32ba58647b5 100644 --- a/net/p5-Net-Random/Makefile +++ b/net/p5-Net-Random/Makefile @@ -10,11 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to get random data from online sources +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject +PORTSCOUT= skipv:2.21,2.22 + USES= perl5 USE_PERL5= configure |