svn commit: r502516 - head/devel/p5-Module-Pluggable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 25 10:00:07 UTC 2019


Author: sunpoet
Date: Sat May 25 10:00:01 2019
New Revision: 502516
URL: https://svnweb.freebsd.org/changeset/ports/502516

Log:
  Add NO_ARCH
  
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/devel/p5-Module-Pluggable/Makefile
  head/devel/p5-Module-Pluggable/pkg-descr

Modified: head/devel/p5-Module-Pluggable/Makefile
==============================================================================
--- head/devel/p5-Module-Pluggable/Makefile	Sat May 25 09:59:56 2019	(r502515)
+++ head/devel/p5-Module-Pluggable/Makefile	Sat May 25 10:00:01 2019	(r502516)
@@ -6,7 +6,7 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Automatically give your module the ability to have plugins
 
 LICENSE=	ART10 GPLv1+
@@ -14,5 +14,7 @@ LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Module-Pluggable/pkg-descr
==============================================================================
--- head/devel/p5-Module-Pluggable/pkg-descr	Sat May 25 09:59:56 2019	(r502515)
+++ head/devel/p5-Module-Pluggable/pkg-descr	Sat May 25 10:00:01 2019	(r502516)
@@ -1,10 +1,9 @@
-Provides a simple but, hopefully, extensible way of having 'plugins'
-for your module. Obviously this isn't going to be the be all and
-end all of solutions but it works for me.
+Module::Pluggable provides a simple but, hopefully, extensible way of having
+'plugins' for your module. Obviously this isn't going to be the be all and end
+all of solutions but it works for me.
 
-Essentially all it does is export a method into your namespace that
-looks through a search path for .pm files and turn those into class
-names.
+Essentially all it does is export a method into your namespace that looks
+through a search path for .pm files and turn those into class names.
 
 Optionally it instantiates those classes for you.
 


More information about the svn-ports-all mailing list