Update multimedia/mkvtoolnix to version 7.2.0
[dports.git] / multimedia / mp3cd / Makefile
1 # Created by: Sylvio Cesar <sylvio@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mp3cd
5 PORTVERSION=    1.027
6 PORTEPOCH=      1
7 CATEGORIES=     multimedia
8 MASTER_SITES=   http://outflux.net/software/pkgs/mp3cd/download/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Perl script that burns MP3 to audio CDs
12
13 LICENSE=        GPLv2 # or later
14
15 BUILD_DEPENDS=  p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5 shebangfix
19 USE_PERL5=      configure
20 SHEBANG_FILES=  scripts/mp3cd
21
22 .include <bsd.port.mk>