aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cue2toc
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-08-03 16:45:51 +0800
committeraz <az@FreeBSD.org>2013-08-03 16:45:51 +0800
commitf8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch)
treebea626d8d7aaa3973f00760684b26d2ddcce74eb /audio/cue2toc
parent5ff0965a6a20416caf6012b02767e66ac0694085 (diff)
downloadfreebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz
freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst
freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'audio/cue2toc')
-rw-r--r--audio/cue2toc/Makefile8
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