c9cd4215f0
- remove the already-in-perl-core-list modules from dependency - bump PORTREVISION
23 lines
370 B
Makefile
23 lines
370 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: CDDB-File
|
|
# Date created: Jun 26, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CDDB-File
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Parse a CDDB/freedb data file
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CDDB::File.3
|
|
|
|
.include <bsd.port.mk>
|