mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
2 changed files with 12 additions and 8 deletions
|
@ -11,17 +11,13 @@ MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Set of tools to ease organising a collection of audio files
|
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 \
|
BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
|
||||||
p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
|
p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
|
||||||
RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
USES= perl5
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
@comment $FreeBSD$
|
|
||||||
bin/cddbtofilename
|
bin/cddbtofilename
|
||||||
bin/filenametoid3
|
bin/filenametoid3
|
||||||
bin/freedbtofilename
|
bin/freedbtofilename
|
||||||
|
@ -8,4 +7,13 @@ bin/mp3id
|
||||||
bin/pmv
|
bin/pmv
|
||||||
bin/update-music-symlinks
|
bin/update-music-symlinks
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3-archive-tools/.packlist
|
%%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
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3-archive-tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue