Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 22:51:12 +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: r435103 - head/textproc/p5-IDNA-Punycode
Message-ID:  <201702282251.v1SMpCUQ084407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb 28 22:51:12 2017
New Revision: 435103
URL: https://svnweb.freebsd.org/changeset/ports/435103

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/textproc/p5-IDNA-Punycode/Makefile
  head/textproc/p5-IDNA-Punycode/pkg-plist

Modified: head/textproc/p5-IDNA-Punycode/Makefile
==============================================================================
--- head/textproc/p5-IDNA-Punycode/Makefile	Tue Feb 28 22:51:08 2017	(r435102)
+++ head/textproc/p5-IDNA-Punycode/Makefile	Tue Feb 28 22:51:12 2017	(r435103)
@@ -12,6 +12,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module to encode Unicode string in Punycode
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-IDNA-Punycode/pkg-plist
==============================================================================
--- head/textproc/p5-IDNA-Punycode/pkg-plist	Tue Feb 28 22:51:08 2017	(r435102)
+++ head/textproc/p5-IDNA-Punycode/pkg-plist	Tue Feb 28 22:51:12 2017	(r435103)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/IDNA::Punycode.3.gz
 %%SITE_PERL%%/IDNA/Punycode.pm
+%%PERL5_MAN3%%/IDNA::Punycode.3.gz



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