pkgsrc/archivers/p5-Compress-LZMA-Simple/Makefile
wiz edfa5f0df9 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00

18 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/05/31 12:39:35 wiz Exp $
DISTNAME= Compress-LZMA-Simple-0.2
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Compress-LZMA-Simple/
COMMENT= Perl interface of lzmalib
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Compress/LZMA/Simple/.packlist
.include "../../archivers/lzmalib/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"