mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# 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.220
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@freebsd.org
|
|
COMMENT= A high-level interface to the Compact Disc Database
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CDDB.3
|
|
|
|
.include <bsd.port.mk>
|