diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 21:15:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 21:15:08 +0000 |
commit | bf13d25b7f551c4cd63580287045baf74e68d53f (patch) | |
tree | 238df167a3f6c26d669127064d2c8a0f96ef6146 /audio/cd2mp3/Makefile | |
parent | Shebangfix (diff) |
- Add missing run dependency on perl
- Shebangfix
Diffstat (limited to '')
-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 |