svn commit: r355177 - head/devel/p5-Term-Query

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:37:41 UTC 2014


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 at 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 at FreeBSD.org
-COMMENT=	An interactive question-response user interface module
+MAINTAINER=	5u623l20 at 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


More information about the svn-ports-head mailing list