6dd4966c82
From: Oyvind Moll <oyvindmo@initio.no> To: edwin@freebsd.org Cc: philip@p6m7g8.com Subject: audio/p5-CDDB_get (PR ports/47609) Hi, I just noticed ports/47609 about a version update for audio/p5-CDDB_get, which I'm maintainer of. I can't see any trace of the mail that presumably was sent to me on February 4th, but no matter: Please feel free to commit the patch in ports/47609. Thanks, to both of you :) PR: ports/47609 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Reviewed by: Oyvind Moll <oyvindmo@initio.no>
24 lines
509 B
Makefile
24 lines
509 B
Makefile
# New ports collection makefile for: p5-CDDB_get
|
|
# Date created: 25-Sep-2001
|
|
# Whom: Oyvind Moll <oyvindmo@initio.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CDDB_get
|
|
PORTVERSION= 2.11
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR=../by-authors/id/F/FO/FONKIE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= oyvindmo@initio.no
|
|
COMMENT= A high-level interface to the Compact Disc Database
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CDDB_get.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|