devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-IO-AIO / Makefile
1 # $NetBSD: Makefile,v 1.1.1.1 2010/04/18 04:18:53 seb Exp $
2 #
3
4 DISTNAME=       IO-AIO-3.65
5 PKGNAME=        p5-${DISTNAME}
6 PKGREVISION=    1
7 CATEGORIES=     parallel
8 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=IO/}
9
10 MAINTAINER=     pkgsrc-users@NetBSD.org
11 HOMEPAGE=       http://search.cpan.org/dist/IO-AIO/
12 COMMENT=        Perl 5 module implementing asynchronous input/output
13 LICENSE=        ${PERL5_LICENSE}
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16
17 # Note: libeio is bundle with the distribution tarball.
18 # Its configure script is run via  Makefile.PL
19 # with all perl configuration settings, id est
20 # the Config module, set in its environment
21
22 PERL5_PACKLIST= auto/IO/AIO/.packlist
23
24 DEPENDS+=       p5-common-sense-[0-9]*:../../devel/p5-common-sense
25
26 .include "../../lang/perl5/module.mk"
27 .include "../../mk/bsd.pkg.mk"