1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/p5-MP3-Find/Makefile
Roman Bogorodskiy cdbfe1f9a7 This module allows you to search for MP3 files by their ID3 tags.
You can ask for the results to be sorted by one or more of those tags,
and return either the list of filenames (the deault), a printf-style
formatted string for each file using its ID3 tags, or the actual Perl
data structure representing the results.

WWW: http://search.cpan.org/dist/MP3-Find/

PR:		ports/100149
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-07-12 20:24:34 +00:00

30 lines
836 B
Makefile

# New ports collection makefile for: p5-MP3-Find
# Date created: 2006-07-12
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= MP3-Find
PORTVERSION= 0.06
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
#MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PEICHMAN
MASTER_SITE_SUBDIR= MP3
PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Search and sort MP3 files based on their ID3 tags
BUILD_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= ${BUILD_DEPENDS}
MAN1= mp3db.1 mp3find.1
MAN3= MP3::Find::DB.3 MP3::Find::Filesystem.3 MP3::Find.3 MP3::Find::Base.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>