diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cd2mp3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile index 8029c5bb84f6..39e214e1cc22 100644 --- a/audio/cd2mp3/Makefile +++ b/audio/cd2mp3/Makefile @@ -3,7 +3,7 @@ PORTNAME= cd2mp3 PORTVERSION= 0.82 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \ @@ -15,6 +15,9 @@ COMMENT= Easy to use CD Ripping and MP3 Encoding tool RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ dagrab:${PORTSDIR}/audio/dagrab +USES= perl5 shebangfix +USE_PERL5= run +SHEBANG_FILES= cd2mp3 NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3 |