blob: 233d0809963caadaa8b7c748dbf926770e078f3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|