Date: Sun, 17 Sep 2017 18:00:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450015 - head/devel/p5-Object-Event Message-ID: <201709171800.v8HI0Nwf076383@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709171800.v8HI0Nwf076383>