aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Module-Pluggable
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-05-25 18:00:01 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-05-25 18:00:01 +0800
commit2bf3efc7ad0fda68d2aaa684925c0d7509153546 (patch)
treedffd5476d1b1420fc0536c9061e90ad400b21ed2 /devel/p5-Module-Pluggable
parent39da469fc2a84df3fc48bd5a5021a5c8d6518e0b (diff)
downloadfreebsd-ports-gnome-2bf3efc7ad0fda68d2aaa684925c0d7509153546.tar.gz
freebsd-ports-gnome-2bf3efc7ad0fda68d2aaa684925c0d7509153546.tar.zst
freebsd-ports-gnome-2bf3efc7ad0fda68d2aaa684925c0d7509153546.zip
Add NO_ARCH
- Reformat pkg-descr - Take maintainership
Diffstat (limited to 'devel/p5-Module-Pluggable')
-rw-r--r--devel/p5-Module-Pluggable/Makefile4
-rw-r--r--devel/p5-Module-Pluggable/pkg-descr11
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-Module-Pluggable/Makefile b/devel/p5-Module-Pluggable/Makefile
index 0b75ba42b17c..aaa8579e3ee7 100644
--- a/devel/p5-Module-Pluggable/Makefile
+++ b/devel/p5-Module-Pluggable/Makefile
@@ -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+
@@ -15,4 +15,6 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/devel/p5-Module-Pluggable/pkg-descr b/devel/p5-Module-Pluggable/pkg-descr
index 43102a037278..748ec6ad27d1 100644
--- a/devel/p5-Module-Pluggable/pkg-descr
+++ b/devel/p5-Module-Pluggable/pkg-descr
@@ -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.