diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 17:07:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 17:07:26 +0000 |
commit | 926c80457ba93266c92d25ce104486fc3101d852 (patch) | |
tree | 4fe3821c37cb6d078630d18fa663115222471e1a /audio/ripit | |
parent | a5341091eb73a3b0935daf8915c7f79139235548 (diff) |
Notes
Diffstat (limited to 'audio/ripit')
-rw-r--r-- | audio/ripit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 457292749f88..6c86fb6a1849 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://www.suwald.com/ripit/ MAINTAINER= tobias.rehbein@web.de -COMMENT= A command line audio CD ripper +COMMENT= Command line audio CD ripper # See pkg-message about other dependencies. RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ @@ -18,12 +18,12 @@ RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ lame:${PORTSDIR}/audio/lame \ cdparanoia:${PORTSDIR}/audio/cdparanoia \ -USES= shebangfix +USES= perl5 shebangfix NO_BUILD= yes PLIST_FILES= bin/ripit MAN1= ripit.1 PORTEXAMPLES= config -USE_PERL5_RUN= yes +USE_PERL5= run USE_BZIP2= yes SHEBANG_FILES= ripit.pl perl_OLD_CMD= /usr/bin/env perl |