freebsd-ports/multimedia/mp3cd/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

26 lines
551 B
Makefile

# New ports collection makefile for: mp3cd
# Date created: 2009-06-15
# Whom: Sylvio Cesar <sylvio@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mp3cd
PORTVERSION= 1.027
PORTEPOCH= 1
CATEGORIES= multimedia
MASTER_SITES= http://outflux.net/software/pkgs/mp3cd/download/
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Perl script that burns MP3 to audio CDs
BUILD_DEPENDS= ${SITE_PERL}/Config/Simple.pm:${PORTSDIR}/devel/p5-Config-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN1= mp3cd.1
MANCOMPRESS= yes
.include <bsd.port.mk>