svn commit: r382684 - head/devel/p5-RunApp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Mar 30 16:13:51 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list