diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-22 20:11:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-22 20:11:41 +0000 |
commit | e69393a3aeeba074516fc83ce8ed549e41dbc92a (patch) | |
tree | 440cab1fc19dcbfecb7d7de7da6367d4f6aaafd0 /audio/mp3-archive-tools | |
parent | 5b0f2466ec62e67c1fc37ebf238c1353c890554a (diff) | |
download | ports-e69393a3aeeba074516fc83ce8ed549e41dbc92a.tar.gz ports-e69393a3aeeba074516fc83ce8ed549e41dbc92a.zip |
- Add LICENSE
- Support STAGEDIR
Notes
Notes:
svn path=/head/; revision=331313
Diffstat (limited to 'audio/mp3-archive-tools')
-rw-r--r-- | audio/mp3-archive-tools/Makefile | 10 | ||||
-rw-r--r-- | audio/mp3-archive-tools/pkg-plist | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/audio/mp3-archive-tools/Makefile b/audio/mp3-archive-tools/Makefile index 1799dd188a0f..aa629fb8cf66 100644 --- a/audio/mp3-archive-tools/Makefile +++ b/audio/mp3-archive-tools/Makefile @@ -11,17 +11,13 @@ MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of tools to ease organising a collection of audio files +LICENSE= GPLv2 + BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \ p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag -RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \ - p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag +RUN_DEPENDS:= ${BUILD_DEPENDS} -NO_STAGE= yes USE_PERL5= configure USES= perl5 -MAN1= cddbtofilename.1 filenametoid3.1 freedbtofilename.1 \ - id3tofilename.1 movemusic.1 mp3-archive-tools.1 mp3id.1 \ - pmv.1 update-music-symlinks.1 - .include <bsd.port.mk> diff --git a/audio/mp3-archive-tools/pkg-plist b/audio/mp3-archive-tools/pkg-plist index e9720fd7f855..99469875621d 100644 --- a/audio/mp3-archive-tools/pkg-plist +++ b/audio/mp3-archive-tools/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/cddbtofilename bin/filenametoid3 bin/freedbtofilename @@ -8,4 +7,13 @@ bin/mp3id bin/pmv bin/update-music-symlinks %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3-archive-tools/.packlist +man/man1/cddbtofilename.1.gz +man/man1/filenametoid3.1.gz +man/man1/freedbtofilename.1.gz +man/man1/id3tofilename.1.gz +man/man1/movemusic.1.gz +man/man1/mp3-archive-tools.1.gz +man/man1/mp3id.1.gz +man/man1/pmv.1.gz +man/man1/update-music-symlinks.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3-archive-tools |