aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-MusicBrainz-Queries/Makefile
blob: 773b76317653f407d3d7901bc87f2e4a2a405f06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    p5-MusicBrainz-Queries
# Date created:     23 March 2003
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   MusicBrainz-Queries
PORTVERSION=    0.11
CATEGORIES= audio perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SV/SVANZOEST
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    A Perl module that provides the musicbrainz query constants

BUILD_DEPENDS=  ${LOCALBASE}/include/musicbrainz/queries.h:${PORTSDIR}/audio/libmusicbrainz

PERL_CONFIGURE= yes

MAN3=       MusicBrainz::Queries.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=     requires perl 5.6.1 or later. Install lang/perl5 then try again
.endif

.include <bsd.port.post.mk>