Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2015 16:13:51 +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: r382684 - head/devel/p5-RunApp
Message-ID:  <201503301613.t2UGDpT6076369@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Mar 30 16:13:50 2015
New Revision: 382684
URL: https://svnweb.freebsd.org/changeset/ports/382684
QAT: https://qat.redports.org/buildarchive/r382684/

Log:
  - Add LICENSE

Modified:
  head/devel/p5-RunApp/Makefile

Modified: head/devel/p5-RunApp/Makefile
==============================================================================
--- head/devel/p5-RunApp/Makefile	Mon Mar 30 16:13:29 2015	(r382683)
+++ head/devel/p5-RunApp/Makefile	Mon Mar 30 16:13:50 2015	(r382684)
@@ -12,10 +12,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generic module to run web-applications
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-App-Control>=0:${PORTSDIR}/devel/p5-App-Control \
 		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
-	
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5



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