Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 12:37:40 +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: r355177 - head/devel/p5-Term-Query
Message-ID:  <201405251237.s4PCbeEC030097@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 25 12:37:40 2014
New Revision: 355177
URL: http://svnweb.freebsd.org/changeset/ports/355177
QAT: https://qat.redports.org/buildarchive/r355177/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Remove leading indefinite article from COMMENT
    - Add BUILD_DEPENDS
  
  PR:		ports/189529
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/devel/p5-Term-Query/Makefile

Modified: head/devel/p5-Term-Query/Makefile
==============================================================================
--- head/devel/p5-Term-Query/Makefile	Sun May 25 12:37:35 2014	(r355176)
+++ head/devel/p5-Term-Query/Makefile	Sun May 25 12:37:40 2014	(r355177)
@@ -7,10 +7,14 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An interactive question-response user interface module
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Interactive question-response user interface module
 
-RUN_DEPENDS=	p5-Array-PrintCols>=0:${PORTSDIR}/misc/p5-Array-PrintCols
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Array-PrintCols>=0:${PORTSDIR}/misc/p5-Array-PrintCols
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure



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