2003-03-24 03:36:05 +01:00
|
|
|
# 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
|
2006-07-06 07:00:48 +02:00
|
|
|
PORTVERSION= 0.11
|
2003-03-24 03:36:05 +01:00
|
|
|
CATEGORIES= audio perl5
|
2005-12-08 02:01:08 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/S/SV/SVANZOEST
|
2003-03-24 03:36:05 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-12-08 02:01:08 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-24 03:36:05 +01:00
|
|
|
COMMENT= A Perl module that provides the musicbrainz query constants
|
|
|
|
|
2005-12-08 02:01:08 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/musicbrainz/queries.h:${PORTSDIR}/audio/libmusicbrainz
|
2003-03-24 03:36:05 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= MusicBrainz::Queries.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
2005-10-31 19:24:21 +01:00
|
|
|
IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again
|
2003-03-24 03:36:05 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|