diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-09 22:44:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-09 22:44:22 +0800 |
commit | c47ab74dfd5c6a3fc974e7af4b9896978efc9fad (patch) | |
tree | 7df626c284a97a2dbbb223c77f0593e5d7599fb3 | |
parent | 114efea31969d6513fc555002e1ebd767b8c6160 (diff) | |
download | freebsd-ports-gnome-c47ab74dfd5c6a3fc974e7af4b9896978efc9fad.tar.gz freebsd-ports-gnome-c47ab74dfd5c6a3fc974e7af4b9896978efc9fad.tar.zst freebsd-ports-gnome-c47ab74dfd5c6a3fc974e7af4b9896978efc9fad.zip |
- Add LICENSE
- Add PORTSCOUT
-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 |