e60a93f62e
2.18 2014-08-06 rurban - [cpan #68572] add ccdlflags for show_bzversion missing -R also, similar to the fix in 2.11. Not a EUMM bug. - require constant 1.04 (since 5.8) to accept hashrefs. - add META to MANIFEST 2.19 2014-10-24 rurban - fixed generated SIGNATURE
17 lines
546 B
Makefile
17 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/11/24 12:02:54 mef Exp $
|
|
|
|
DISTNAME= Compress-Bzip2-2.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RU/RURBAN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Compress-Bzip2/
|
|
COMMENT= Perl5 interface to bzip2 compression library
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Compress/Bzip2/.packlist
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|