pkgsrc/audio/mp3cut/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:23 wiz Exp $
DISTNAME= mp3cut-1.13
PKGREVISION= 6
CATEGORIES= audio perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JV/JV/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~jv/mp3cut/
COMMENT= Tools to concatenate and split MP3 files
DEPENDS+= p5-CDDB-File>=1.05:../../audio/p5-CDDB-File
DEPENDS+= p5-MPEG-Audio-Frame>=0.09:../../audio/p5-MPEG-Audio-Frame
USE_TOOLS+= perl:run
PERL5_PACKLIST= auto/mp3cut/.packlist
INSTALLATION_DIRS+= bin
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"