svn commit: r433201 - head/converters/p5-Number-Nary

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 3 08:24:51 UTC 2017


Author: sunpoet
Date: Fri Feb  3 08:24:49 2017
New Revision: 433201
URL: https://svnweb.freebsd.org/changeset/ports/433201

Log:
  Fix r433199

Modified:
  head/converters/p5-Number-Nary/Makefile

Modified: head/converters/p5-Number-Nary/Makefile
==============================================================================
--- head/converters/p5-Number-Nary/Makefile	Fri Feb  3 08:21:44 2017	(r433200)
+++ head/converters/p5-Number-Nary/Makefile	Fri Feb  3 08:24:49 2017	(r433201)
@@ -10,15 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	Encode and decode numbers as n-ary strings
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
 		p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
 		p5-UDCode>=0:devel/p5-UDCode
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-LICENSE=	ART10 GPLv1
-LICENSE_COMB=	dual
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list