svn commit: r426470 - head/devel/p5-DateTime-Calendar-Discordian

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 19 17:09:04 UTC 2016


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 at 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


More information about the svn-ports-head mailing list