diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 17:18:49 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 17:18:49 +0000 |
commit | 83fde1bab902a173bd14fa4ea144113fe365483d (patch) | |
tree | 9e89f0188c47c4d2c44054e9c4bb49808cd415d8 /multimedia/mp3cd | |
parent | 4155c75f04a8f27a11f4517b25685cfc39c7a91d (diff) | |
download | ports-83fde1bab902a173bd14fa4ea144113fe365483d.tar.gz ports-83fde1bab902a173bd14fa4ea144113fe365483d.zip |
Notes
Diffstat (limited to 'multimedia/mp3cd')
-rw-r--r-- | multimedia/mp3cd/Makefile | 11 | ||||
-rw-r--r-- | multimedia/mp3cd/pkg-descr | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/multimedia/mp3cd/Makefile b/multimedia/mp3cd/Makefile index 0e3bfa4907e9..672bdf000e54 100644 --- a/multimedia/mp3cd/Makefile +++ b/multimedia/mp3cd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3cd -# Date created: 2009-06-15 -# Whom: Sylvio Cesar <sylvio@FreeBSD.org> -# +# Created by: Sylvio Cesar <sylvio@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mp3cd PORTVERSION= 1.027 @@ -17,8 +13,9 @@ COMMENT= Perl script that burns MP3 to audio CDs BUILD_DEPENDS= p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= scripts/mp3cd MAN1= mp3cd.1 MANCOMPRESS= yes diff --git a/multimedia/mp3cd/pkg-descr b/multimedia/mp3cd/pkg-descr index 327da34b815a..c4003b4e0272 100644 --- a/multimedia/mp3cd/pkg-descr +++ b/multimedia/mp3cd/pkg-descr @@ -1,4 +1,4 @@ mp3cd is a perl script that normalizes and burns MP3, OGG, and WAV files to audio CDs. -WWW: http://outflux.net +WWW: http://outflux.net |