e8213423de
0.10 Sa, Oct 12 12:00:00 2019 - Now using `binmode` to make the module compatible with Windows
16 lines
492 B
Makefile
16 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/09/06 19:30:12 wiz Exp $
|
|
|
|
DISTNAME= MPEG-Audio-Frame-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MPEG/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/MPEG-Audio-Frame
|
|
COMMENT= Class for weeding out MPEG audio frames out of a file handle
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/MPEG/Audio/Frame/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|