diff options
author | adam <adam@pkgsrc.org> | 2011-08-07 08:03:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-07 08:03:22 +0000 |
commit | 5c9b33d82fbfe82349b4b3195d3545ea96f3b0b5 (patch) | |
tree | cbf798ba67685ffc59d4f048676a9a7f3aad6872 | |
parent | 9d688cf5c9f31c294a21981c8786cc7a2f5812cf (diff) | |
download | pkgsrc-5c9b33d82fbfe82349b4b3195d3545ea96f3b0b5.tar.gz |
Revision bump after updating perl to 5.14.1
-rw-r--r-- | devel/p5-Async-Interrupt/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-Async-Interrupt/Makefile b/devel/p5-Async-Interrupt/Makefile index 556a055500b..b6f9fa2ae52 100644 --- a/devel/p5-Async-Interrupt/Makefile +++ b/devel/p5-Async-Interrupt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/08/21 16:33:12 seb Exp $ -# +# $NetBSD: Makefile,v 1.7 2011/08/07 08:03:22 adam Exp $ DISTNAME= Async-Interrupt-1.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Async/} @@ -16,8 +15,8 @@ DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= c -PERL5_PACKLIST= auto/Async/Interrupt/.packlist +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Async/Interrupt/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |