Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 10:00:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502516 - head/devel/p5-Module-Pluggable
Message-ID:  <201905251000.x4PA01Rn029619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251000.x4PA01Rn029619>