svn commit: r355380 - head/devel/p5-Algorithm-LUHN

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 26 15:33:50 UTC 2014


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 at 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 at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Calculate the Modulus 10 Double Add Double checksum
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list