Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 17:08:53 +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: r426470 - head/devel/p5-DateTime-Calendar-Discordian
Message-ID:  <201611191708.uAJH8rGV073419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 19 17:08:52 2016
New Revision: 426470
URL: https://svnweb.freebsd.org/changeset/ports/426470

Log:
  - Add LICENSE
  - Add BUILD_DEPENDS
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-DateTime-Calendar-Discordian/Makefile

Modified: head/devel/p5-DateTime-Calendar-Discordian/Makefile
==============================================================================
--- head/devel/p5-DateTime-Calendar-Discordian/Makefile	Sat Nov 19 17:08:42 2016	(r426469)
+++ head/devel/p5-DateTime-Calendar-Discordian/Makefile	Sat Nov 19 17:08:52 2016	(r426470)
@@ -11,9 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	philip@FreeBSD.org
 COMMENT=	Perl extension for the Discordian Calendar
 
-RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
 		p5-DateTime-Locale>=0:devel/p5-DateTime-Locale \
 		p5-Params-Validate>=0:devel/p5-Params-Validate
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
 USES=		perl5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191708.uAJH8rGV073419>