aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mp3cd/Makefile
blob: 2096ba617dd07f74da633a06b154e8e864e8cec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	mp3cd
PORTVERSION=	1.027
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	multimedia
MASTER_SITES=	http://outflux.net/software/pkgs/mp3cd/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Perl script that burns MP3 to audio CDs
WWW=		https://outflux.net

LICENSE=	GPLv2+

BUILD_DEPENDS=	p5-Config-Simple>=0:devel/p5-Config-Simple
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5 shebangfix
USE_PERL5=	configure
SHEBANG_FILES=	scripts/mp3cd
NO_ARCH=	yes

.include <bsd.port.mk>