mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Support STAGEDIR
This commit is contained in:
parent
5b0f2466ec
commit
e69393a3ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331313
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user