diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-24 02:36:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-24 02:36:05 +0000 |
commit | 4dfab4a9d899e8e386b0625376293209bbfbf69c (patch) | |
tree | 158f4b18d8d5db1e33b27099dd5b5a9f8d0377ff /audio/p5-MusicBrainz-Queries/Makefile | |
parent | Update to 20030315. (diff) |
Add p5-MusicBrainz-Queries, a Perl module that provides the
musicbrainz query constants.
Diffstat (limited to 'audio/p5-MusicBrainz-Queries/Makefile')
-rw-r--r-- | audio/p5-MusicBrainz-Queries/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/audio/p5-MusicBrainz-Queries/Makefile b/audio/p5-MusicBrainz-Queries/Makefile new file mode 100644 index 000000000000..3b3c86237cb3 --- /dev/null +++ b/audio/p5-MusicBrainz-Queries/Makefile @@ -0,0 +1,38 @@ +# 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.05 +CATEGORIES= audio perl5 +MASTER_SITES= # none +PKGNAMEPREFIX= p5- +DISTFILES= # none + +MAINTAINER= knu@freebsd.org +COMMENT= A Perl module that provides the musicbrainz query constants + +EXTRACT_DEPENDS= ${NONEXISTENT}:${LIBMUSICBRAINZ_PORTDIR}:patch +LIB_DEPENDS= musicbrainz.2:${LIBMUSICBRAINZ_PORTDIR} + +LIBMUSICBRAINZ_PORTDIR= ${PORTSDIR}/audio/libmusicbrainz + +PERL_CONFIGURE= yes + +MAN3= MusicBrainz::Queries.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= Port requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + +do-extract: + ${MKDIR} ${WRKDIR} + ${LN} -fs `cd ${LIBMUSICBRAINZ_PORTDIR}; ${MAKE} -V WRKSRC`/perl/Queries ${WRKSRC} + +.include <bsd.port.post.mk> |