f6fd7235c3
- Updating module to 2.017 Upstream changes: 2.017 28 March 2009 * Minor changes to allow building in perl core. * Removed MAN3PODS from Makefile.PL
21 lines
622 B
Makefile
21 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/04/11 22:37:58 sno Exp $
|
|
|
|
DISTNAME= Compress-Raw-Bzip2-2.017
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Compress-Raw-Bzip2/
|
|
COMMENT= Perl5 low-level interface to bzip2 compression library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/Compress/Raw/Bzip2/.packlist
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|