svn commit: r435103 - head/textproc/p5-IDNA-Punycode

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 28 22:51:14 UTC 2017


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 at 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


More information about the svn-ports-head mailing list