pkgsrc/devel/p5-IO-AIO/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

26 lines
740 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:19 wiz Exp $
#
DISTNAME= IO-AIO-4.32
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-AIO/
COMMENT= Perl 5 module implementing asynchronous input/output
LICENSE= ${PERL5_LICENSE}
# Note: libeio is bundle with the distribution tarball.
# Its configure script is run via Makefile.PL
# with all perl configuration settings, id est
# the Config module, set in its environment
USE_LANGUAGES= c
PERL5_PACKLIST= auto/IO/AIO/.packlist
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"