svn commit: r441939 - head/textproc/p5-Tree-Nary

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 28 23:15:55 UTC 2017


Author: sunpoet
Date: Sun May 28 23:15:54 2017
New Revision: 441939
URL: https://svnweb.freebsd.org/changeset/ports/441939

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/textproc/p5-Tree-Nary/Makefile
  head/textproc/p5-Tree-Nary/pkg-plist

Modified: head/textproc/p5-Tree-Nary/Makefile
==============================================================================
--- head/textproc/p5-Tree-Nary/Makefile	Sun May 28 23:15:49 2017	(r441938)
+++ head/textproc/p5-Tree-Nary/Makefile	Sun May 28 23:15:54 2017	(r441939)
@@ -8,11 +8,15 @@ PORTEPOCH=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-1.3
+DISTNAME=	${PORTNAME}-${PORTVERSION:C|0$||}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl implementation of N-ary search trees
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-Tree-Nary/pkg-plist
==============================================================================
--- head/textproc/p5-Tree-Nary/pkg-plist	Sun May 28 23:15:49 2017	(r441938)
+++ head/textproc/p5-Tree-Nary/pkg-plist	Sun May 28 23:15:54 2017	(r441939)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Tree::Nary.3.gz
 %%SITE_PERL%%/Tree/Nary.pm
+%%PERL5_MAN3%%/Tree::Nary.3.gz


More information about the svn-ports-all mailing list