svn commit: r326813 - head/net/p5-Net-Random

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 9 14:44:23 UTC 2013


Author: sunpoet
Date: Mon Sep  9 14:44:22 2013
New Revision: 326813
URL: http://svnweb.freebsd.org/changeset/ports/326813

Log:
  - Add LICENSE
  - Add PORTSCOUT

Modified:
  head/net/p5-Net-Random/Makefile

Modified: head/net/p5-Net-Random/Makefile
==============================================================================
--- head/net/p5-Net-Random/Makefile	Mon Sep  9 14:16:06 2013	(r326812)
+++ head/net/p5-Net-Random/Makefile	Mon Sep  9 14:44:22 2013	(r326813)
@@ -10,11 +10,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at 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
 


More information about the svn-ports-head mailing list