summaryrefslogtreecommitdiff
path: root/devel/p5-POE-Component-Pluggable/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2010-09-06 11:54:34 +0000
committerwiz <wiz>2010-09-06 11:54:34 +0000
commit8ba5050e214604314d524a3f689c5d85b8ec97ec (patch)
treedc065d4ad05ca43a5d2d3c702ae8bae6803f496f /devel/p5-POE-Component-Pluggable/Makefile
parentbbfc5c020d4ee2502475d3e40dcdc9490e5b0cef (diff)
downloadpkgsrc-8ba5050e214604314d524a3f689c5d85b8ec97ec.tar.gz
Update to 1.26, set LICENSE.
1.26 Fri Jun 25 18:35:15 BST 2010 - Document the 'debug' parameter - Croak if the user does not supply the 'types' parameter - Fix problems with SYNOPSIS and show example plugin usage - Don't warn inside plugin_del - Don't complain about invalid eat constants when debug mode is off - Add irc_plugin_error event ( All the above by Hinrik ).
Diffstat (limited to 'devel/p5-POE-Component-Pluggable/Makefile')
-rw-r--r--devel/p5-POE-Component-Pluggable/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-POE-Component-Pluggable/Makefile b/devel/p5-POE-Component-Pluggable/Makefile
index 129314a1498..7c89434c3d2 100644
--- a/devel/p5-POE-Component-Pluggable/Makefile
+++ b/devel/p5-POE-Component-Pluggable/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2010/08/21 16:34:12 seb Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/06 11:54:34 wiz Exp $
-DISTNAME= POE-Component-Pluggable-1.24
+DISTNAME= POE-Component-Pluggable-1.26
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/POE-Component-Pluggable/
COMMENT= Perl base class for creating plugin enabled POE Components
+LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-POE>=1.004:../../devel/p5-POE
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken