diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-05-02 10:55:52 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-05-02 10:55:52 +0000 |
commit | 2391bd6fa85c6b5a4406a558966994a27eee0d15 (patch) | |
tree | 4e41c0503798b7d73e6939430a9c85ff2a5faf0f /audio/abcde | |
parent | 8c9841e854c176a6e201929a90be562fbd43fa6c (diff) |
Notes
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index ad0fffcea551..9cbbf6660704 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= abcde -PORTVERSION= 2.9.1 +DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Front-end shell script to encode CDs in flac/mp3/ogg/speex format LICENSE= ART10 GPLv2 @@ -41,8 +42,11 @@ MPP_RUN_DEPENDS= mpcenc:audio/musepack MUSICBRAINZ_DESC= Enable MusicBrainz DiscID support MUSICBRAINZ_USES= perl5 MUSICBRAINZ_USE_PERL5= run -MUSICBRAINZ_RUN_DEPENDS=p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \ - p5-WebService-MusicBrainz0>=0:www/p5-WebService-MusicBrainz0 +MUSICBRAINZ_RUN_DEPENDS=p5-Digest-SHA>=0:security/p5-Digest-SHA \ + p5-Getopt-Long>=0:devel/p5-Getopt-Long \ + p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \ + p5-Pod-Usage>=0:devel/p5-Pod-Usage \ + p5-WebService-MusicBrainz>=1:www/p5-WebService-MusicBrainz NORMALIZE_DESC= Enable normalize support NORMALIZE_RUN_DEPENDS= normalize:audio/normalize OPUS_RUN_DEPENDS= opusenc:audio/opus-tools |