aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-CDDB/Makefile
blob: 08d5a83e16fbd0ba2f61b11028e65953a7028bba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-CDDB
# Date created:     11-Mar-2001
# Whom:         Yar Tikhiy <yar@comp.chem.msu.su>
#
# $FreeBSD$
#

PORTNAME=   CDDB
PORTVERSION=    1.17
CATEGORIES= audio perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CDDB
PKGNAMEPREFIX=  p5-

MAINTAINER= erwin@freebsd.org
COMMENT=    A high-level interface to the Compact Disc Database

PERL_CONFIGURE= yes

MAN3=       CDDB.3

.include <bsd.port.mk>