svn commit: r449928 - head/textproc/p5-XML-DOM-XPath

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 15 19:17:50 UTC 2017


Author: sunpoet
Date: Fri Sep 15 19:17:49 2017
New Revision: 449928
URL: https://svnweb.freebsd.org/changeset/ports/449928

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

Modified:
  head/textproc/p5-XML-DOM-XPath/Makefile

Modified: head/textproc/p5-XML-DOM-XPath/Makefile
==============================================================================
--- head/textproc/p5-XML-DOM-XPath/Makefile	Fri Sep 15 19:17:44 2017	(r449927)
+++ head/textproc/p5-XML-DOM-XPath/Makefile	Fri Sep 15 19:17:49 2017	(r449928)
@@ -11,8 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	mauricio at arareko.net
 COMMENT=	Adds XPath support to XML::DOM, using XML::XPath engine
 
-RUN_DEPENDS=	p5-XML-DOM>=0:textproc/p5-XML-DOM \
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-XML-DOM>=0:textproc/p5-XML-DOM \
 		p5-XML-XPathEngine>=0:textproc/p5-XML-XPathEngine
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list