Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 15:33:49 +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: r355380 - head/devel/p5-Algorithm-LUHN
Message-ID:  <201405261533.s4QFXnSH097944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 26 15:33:49 2014
New Revision: 355380
URL: http://svnweb.freebsd.org/changeset/ports/355380
QAT: https://qat.redports.org/buildarchive/r355380/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  
  PR:		ports/190241
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/devel/p5-Algorithm-LUHN/Makefile

Modified: head/devel/p5-Algorithm-LUHN/Makefile
==============================================================================
--- head/devel/p5-Algorithm-LUHN/Makefile	Mon May 26 15:33:44 2014	(r355379)
+++ head/devel/p5-Algorithm-LUHN/Makefile	Mon May 26 15:33:49 2014	(r355380)
@@ -7,9 +7,12 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Calculate the Modulus 10 Double Add Double checksum
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 



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