aboutsummaryrefslogtreecommitdiff
path: root/audio/soundgrab
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-17 10:01:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-17 10:01:59 +0000
commit3ff2b6eead1537b70422feb334f4d18b27b1f831 (patch)
treebc495f2df55b5493419125053d0916d0d34aac76 /audio/soundgrab
parente1ff76a7b02135df34bb4df3c798abf6ef56b411 (diff)
downloadports-3ff2b6eead1537b70422feb334f4d18b27b1f831.tar.gz
ports-3ff2b6eead1537b70422feb334f4d18b27b1f831.zip
Remove Perl core modules
- Pet portlint - Add NO_ARCH - Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=443753
Diffstat (limited to 'audio/soundgrab')
-rw-r--r--audio/soundgrab/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile
index 638ffc9cf472..8cb26d249102 100644
--- a/audio/soundgrab/Makefile
+++ b/audio/soundgrab/Makefile
@@ -3,25 +3,25 @@
PORTNAME= soundgrab
PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactively select and save sections of an audio file
+LICENSE= GPLv2
+
RUN_DEPENDS= sox:audio/sox \
rawplay:audio/rawrec \
oggenc:audio/vorbis-tools \
flac:audio/flac \
- p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu \
- p5-Time-HiRes>=0:devel/p5-Time-HiRes
-
-LICENSE= GPLv2
+ p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu
+NO_ARCH= yes
+NO_BUILD= yes
USES= perl5 shebangfix
SHEBANG_FILES= src/soundgrab
-NO_BUILD= yes
PLIST_FILES= bin/soundgrab man/man1/soundgrab.1.gz