From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 17:20:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F5506F6; Sat, 8 Feb 2014 17:20:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B4AA1D71; Sat, 8 Feb 2014 17:20:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s18HK0Pw088629; Sat, 8 Feb 2014 17:20:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s18HK0FE088628; Sat, 8 Feb 2014 17:20:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402081720.s18HK0FE088628@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Feb 2014 17:20:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343367 - head/textproc/p5-Text-NSP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 17:20:00 -0000 Author: sunpoet Date: Sat Feb 8 17:20:00 2014 New Revision: 343367 URL: http://svnweb.freebsd.org/changeset/ports/343367 QAT: https://qat.redports.org/buildarchive/r343367/ Log: - Add LICENSE Modified: head/textproc/p5-Text-NSP/Makefile Modified: head/textproc/p5-Text-NSP/Makefile ============================================================================== --- head/textproc/p5-Text-NSP/Makefile Sat Feb 8 17:05:40 2014 (r343366) +++ head/textproc/p5-Text-NSP/Makefile Sat Feb 8 17:20:00 2014 (r343367) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 modules for Ngram Statistics Package +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure