svn commit: r450015 - head/devel/p5-Object-Event

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 17 18:00:25 UTC 2017


Author: sunpoet
Date: Sun Sep 17 18:00:23 2017
New Revision: 450015
URL: https://svnweb.freebsd.org/changeset/ports/450015

Log:
  Add LICENSE
  
  - While I'm here, add BUILD_DEPENDS
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-Object-Event/Makefile

Modified: head/devel/p5-Object-Event/Makefile
==============================================================================
--- head/devel/p5-Object-Event/Makefile	Sun Sep 17 18:00:18 2017	(r450014)
+++ head/devel/p5-Object-Event/Makefile	Sun Sep 17 18:00:23 2017	(r450015)
@@ -12,8 +12,12 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}
 MAINTAINER=	mons at cpan.org
 COMMENT=	Class that provides an event callback interface
 
-RUN_DEPENDS=	p5-AnyEvent>=3.5:devel/p5-AnyEvent \
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-AnyEvent>=3.5:devel/p5-AnyEvent \
 		p5-common-sense>=0:devel/p5-common-sense
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list