diff options
Diffstat (limited to 'audio/cue2toc')
-rw-r--r-- | audio/cue2toc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile index 8d426ceab500..8f81681dbc1d 100644 --- a/audio/cue2toc/Makefile +++ b/audio/cue2toc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cue2toc -# Date created: 24th September 2003 -# Whom: Pav Lucistnik <pav@oook.cz> -# +# Created by: Pav Lucistnik <pav@oook.cz> # $FreeBSD$ -# PORTNAME= cue2toc PORTVERSION= 0.1 @@ -16,9 +12,9 @@ COMMENT= Perl script that converts CUE files into TOC files for cdrdao RUN_DEPENDS= p5-Audio-Wav>=0:${PORTSDIR}/audio/p5-Audio-Wav +USES= perl5 NO_BUILD= yes PLIST_FILES= bin/cue2toc.pl -USE_PERL5= yes pre-patch: @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc |