aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3-archive-tools
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-17 17:31:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-17 17:31:20 +0000
commitc2ca4b558b32866cfc8e2fc1e34874c79ec8e8c7 (patch)
treec0a1ab1524a6e12de212c3856052c5d81e8a56a3 /audio/mp3-archive-tools
parent9a2f55970a45262c02d94d22e22a373384522883 (diff)
downloadports-c2ca4b558b32866cfc8e2fc1e34874c79ec8e8c7.tar.gz
ports-c2ca4b558b32866cfc8e2fc1e34874c79ec8e8c7.zip
Update MASTER_SITES
- Change the way *_DEPENDS are set
Notes
Notes: svn path=/head/; revision=485150
Diffstat (limited to 'audio/mp3-archive-tools')
-rw-r--r--audio/mp3-archive-tools/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/mp3-archive-tools/Makefile b/audio/mp3-archive-tools/Makefile
index fbcb96badcf1..c72dae5ce8cb 100644
--- a/audio/mp3-archive-tools/Makefile
+++ b/audio/mp3-archive-tools/Makefile
@@ -5,7 +5,7 @@ PORTNAME= mp3-archive-tools
PORTVERSION= 0.9
PORTREVISION= 2
CATEGORIES= audio
-MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
+MASTER_SITES= https://erislabs.net/ianb/projects/mp3-archive-tools/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
@@ -14,12 +14,13 @@ COMMENT= Set of tools to ease organising a collection of audio files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl \
p5-MP3-Tag>=0:audio/p5-MP3-Tag
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>