pkgsrc/audio/mp3cut/Makefile
wiz 98c3768c3a 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

24 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/05/31 12:39:36 wiz Exp $
DISTNAME= mp3cut-1.13
PKGREVISION= 4
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
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"