svn commit: r441935 - head/devel/p5-File-CountLines

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


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

Log:
  Add LICENSE
  
  - Use DISTVERSIONPREFIX instead of DISTNAME
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/devel/p5-File-CountLines/Makefile
  head/devel/p5-File-CountLines/pkg-plist

Modified: head/devel/p5-File-CountLines/Makefile
==============================================================================
--- head/devel/p5-File-CountLines/Makefile	Sun May 28 23:15:28 2017	(r441934)
+++ head/devel/p5-File-CountLines/Makefile	Sun May 28 23:15:33 2017	(r441935)
@@ -3,15 +3,19 @@
 
 PORTNAME=	File-CountLines
 PORTVERSION=	0.0.3
+DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Efficiently count the number of line breaks in a file
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-File-CountLines/pkg-plist
==============================================================================
--- head/devel/p5-File-CountLines/pkg-plist	Sun May 28 23:15:28 2017	(r441934)
+++ head/devel/p5-File-CountLines/pkg-plist	Sun May 28 23:15:33 2017	(r441935)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/File::CountLines.3.gz
 %%SITE_PERL%%/File/CountLines.pm
+%%PERL5_MAN3%%/File::CountLines.3.gz


More information about the svn-ports-all mailing list