0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
18 lines
534 B
Makefile
18 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:22 wiz Exp $
|
|
|
|
DISTNAME= Compress-LZMA-Simple-0.2
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 8
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|