2002-06-26 08:55:37 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: CDDB-File
|
|
|
|
# Date created: Jun 26, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CDDB-File
|
2005-10-06 13:46:45 +02:00
|
|
|
PORTVERSION= 1.05
|
2002-06-26 08:55:37 +02:00
|
|
|
CATEGORIES= audio perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= CDDB
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-10-06 13:46:45 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-13 04:22:38 +01:00
|
|
|
COMMENT= Parse a CDDB/freedb data file
|
|
|
|
|
2002-06-26 08:55:37 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= CDDB::File.3
|
|
|
|
|
2003-05-09 03:14:36 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
2003-05-09 03:14:36 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.endif
|
|
|
|
|
2005-09-16 16:33:35 +02:00
|
|
|
test: all
|
|
|
|
cd ${WRKSRC} && ${MAKE} test
|
|
|
|
|
2003-05-09 03:14:36 +02:00
|
|
|
.include <bsd.port.post.mk>
|