freebsd-ports/audio/p5-CDDB-File/Makefile
Yen-Ming Lee c9cd4215f0 - use CPAN macro
- remove the already-in-perl-core-list modules from dependency
- bump PORTREVISION
2008-02-26 05:46:12 +00:00

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>