svn commit: r441936 - head/devel/p5-Sub-Installer

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


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

Log:
  Add LICENSE
  
  - Use DISTVERSIONPREFIX instead of DISTNAME
  - Remove leading indefinite article from COMMENT
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/devel/p5-Sub-Installer/Makefile
  head/devel/p5-Sub-Installer/pkg-plist

Modified: head/devel/p5-Sub-Installer/Makefile
==============================================================================
--- head/devel/p5-Sub-Installer/Makefile	Sun May 28 23:15:33 2017	(r441935)
+++ head/devel/p5-Sub-Installer/Makefile	Sun May 28 23:15:39 2017	(r441936)
@@ -3,15 +3,19 @@
 
 PORTNAME=	Sub-Installer
 PORTVERSION=	0.0.3
+DISTVERSIONPREFIX=	v
 PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	perl at FreeBSD.org
-COMMENT=	A clean way to (re)install package subroutines
+COMMENT=	Clean way to (re)install package subroutines
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

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


More information about the svn-ports-all mailing list