diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-08 01:01:08 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-08 01:01:08 +0000 |
commit | e49850152b8bec6354c29bb93c2a84e227aa6981 (patch) | |
tree | 71e026b86e86f7fcae81df372caaffe6a9f966ff /audio | |
parent | - update to 0.10 (diff) |
- update to 0.09
- assign maintainer to perl@
Notes
Notes:
svn path=/head/; revision=150632
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-MusicBrainz-Queries/Makefile | 19 | ||||
-rw-r--r-- | audio/p5-MusicBrainz-Queries/distinfo | 3 |
2 files changed, 9 insertions, 13 deletions
diff --git a/audio/p5-MusicBrainz-Queries/Makefile b/audio/p5-MusicBrainz-Queries/Makefile index e0b59e8501c6..cf8c8ac12059 100644 --- a/audio/p5-MusicBrainz-Queries/Makefile +++ b/audio/p5-MusicBrainz-Queries/Makefile @@ -6,20 +6,17 @@ # PORTNAME= MusicBrainz-Queries -PORTVERSION= 0.05 -PORTREVISION= 2 +PORTVERSION= 0.09 +PORTREVISION= 0 CATEGORIES= audio perl5 -MASTER_SITES= # none +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/S/SV/SVANZOEST PKGNAMEPREFIX= p5- -DISTFILES= # none -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A Perl module that provides the musicbrainz query constants -EXTRACT_DEPENDS= ${NONEXISTENT}:${LIBMUSICBRAINZ_PORTDIR}:patch -LIB_DEPENDS= musicbrainz.4:${LIBMUSICBRAINZ_PORTDIR} - -LIBMUSICBRAINZ_PORTDIR= ${PORTSDIR}/audio/libmusicbrainz +BUILD_DEPENDS= ${LOCALBASE}/include/musicbrainz/queries.h:${PORTSDIR}/audio/libmusicbrainz PERL_CONFIGURE= yes @@ -31,8 +28,4 @@ MAN3= MusicBrainz::Queries.3 IGNORE= 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> diff --git a/audio/p5-MusicBrainz-Queries/distinfo b/audio/p5-MusicBrainz-Queries/distinfo new file mode 100644 index 000000000000..8f3e02b58154 --- /dev/null +++ b/audio/p5-MusicBrainz-Queries/distinfo @@ -0,0 +1,3 @@ +MD5 (MusicBrainz-Queries-0.09.tar.gz) = 060cfd03846eb4db6fea10e3531c207f +SHA256 (MusicBrainz-Queries-0.09.tar.gz) = 15f5e6ceb358019b2bdad9558718c6229cced760f4ed0590dc61c4abad26a4ec +SIZE (MusicBrainz-Queries-0.09.tar.gz) = 18422 |