diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
commit | f3bfa725e786ecbfe3dca14a185614cd9773f1a0 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /audio/rebot3 | |
parent | 899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a (diff) |
Notes
Diffstat (limited to 'audio/rebot3')
-rw-r--r-- | audio/rebot3/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/rebot3/Makefile b/audio/rebot3/Makefile index 6127ae54a5fd..5dce0f0bccb4 100644 --- a/audio/rebot3/Makefile +++ b/audio/rebot3/Makefile @@ -1,9 +1,4 @@ -# Ports collection Makefile for: rebot3 -# Date created: 7th May 2011 -# Whom: Chris Rees (utisoft@gmail.com) -# # $FreeBSD$ -# PORTNAME= rebot3 PORTVERSION= 1.0.2 @@ -14,6 +9,8 @@ MASTER_SITES= http://www.headmqa.com/${PORTNAME}/ \ MAINTAINER= crees@FreeBSD.org COMMENT= Renames mp3 files using freedb or local CDDB +LICENSE= GPLv2 + RUN_DEPENDS= p5-CDDB>=0:${PORTSDIR}/audio/p5-CDDB \ p5-MP3-ID3v1Tag>=0:${PORTSDIR}/audio/p5-MP3-ID3v1Tag |