diff options
Diffstat (limited to 'devel/p5-B-Utils/Makefile')
-rw-r--r-- | devel/p5-B-Utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-B-Utils/Makefile b/devel/p5-B-Utils/Makefile index db8b7d58fc5..7162c8b85e8 100644 --- a/devel/p5-B-Utils/Makefile +++ b/devel/p5-B-Utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/07/27 18:10:23 seb Exp $ +# $NetBSD: Makefile,v 1.3 2008/09/11 12:38:06 he Exp $ # -DISTNAME= B-Utils-0.05 +DISTNAME= B-Utils-0.06 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} @@ -12,7 +12,7 @@ COMMENT= Perl 5 module providing op tree manipulation helper functions PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= # empty +USE_LANGUAGES= c PERL5_PACKLIST= auto/B/Utils/.packlist .include "../../lang/perl5/module.mk" |