Update multimedia/kdenlive to version 20.04.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 PORTREVISION=   1
7 PORTEPOCH=      1
8 CATEGORIES=     multimedia
9 MASTER_SITES=   http://outflux.net/software/pkgs/mp3cd/download/
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Perl script that burns MP3 to audio CDs
13
14 LICENSE=        GPLv2+
15
16 BUILD_DEPENDS=  p5-Config-Simple>=0:devel/p5-Config-Simple
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USES=           perl5 shebangfix
20 USE_PERL5=      configure
21 SHEBANG_FILES=  scripts/mp3cd
22 NO_ARCH=        yes
23
24 .include <bsd.port.mk>