diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /audio/cue2toc | |
parent | - Convert to new perl framework (diff) |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324181
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 |