pkgsrc/devel/p5-Object-Event/Makefile
hiramatsu eeafdf9379 Update p5-Object-Event to 1.23.
Changes from previous:
1.23    Thu Aug  4 10:52:32 CEST 2011
        - added small safety-check to unreg_cb.

1.22    Thu Mar 10 17:17:58 CET 2011
        - fixed a bug where event methods were not registered correctly.
        - found a bug with using the guard to track cb registrations.
2011-11-23 11:08:16 +00:00

23 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/11/23 11:08:16 hiramatsu Exp $
#
DISTNAME= Object-Event-1.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Object-Event/
COMMENT= Perl 5 class that provides an event callback interface
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Object/Event/.packlist
DEPENDS+= p5-AnyEvent>=3.5:../../devel/p5-AnyEvent
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"