svn commit: r439513 - head/devel/p5-Sub-Override

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 27 07:03:12 UTC 2017


Author: sunpoet
Date: Thu Apr 27 07:03:11 2017
New Revision: 439513
URL: https://svnweb.freebsd.org/changeset/ports/439513

Log:
  Add LICENSE
  
  - Update TEST_DEPENDS

Modified:
  head/devel/p5-Sub-Override/Makefile

Modified: head/devel/p5-Sub-Override/Makefile
==============================================================================
--- head/devel/p5-Sub-Override/Makefile	Thu Apr 27 07:03:05 2017	(r439512)
+++ head/devel/p5-Sub-Override/Makefile	Thu Apr 27 07:03:11 2017	(r439513)
@@ -11,7 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl extension for easily overriding subroutines
 
-TEST_DEPENDS=	p5-Test-Fatal>=0.0:devel/p5-Test-Fatal
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-Test-Fatal>=0.010:devel/p5-Test-Fatal
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list