2000-10-28 07:59:04 +02:00
|
|
|
# New ports collection makefile for: p5-Audio-CD
|
|
|
|
# Date created: 22 Oct 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Audio-CD
|
|
|
|
PORTVERSION= 0.04
|
2001-05-11 19:06:29 +02:00
|
|
|
PORTREVISION= 1
|
2000-10-28 07:59:04 +02:00
|
|
|
CATEGORIES= audio perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Audio
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-10-28 19:05:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Perl interface to libcdaudio (cd + cddb)
|
2000-10-28 07:59:04 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2001-05-11 19:06:29 +02:00
|
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lcdaudio"
|
2000-10-28 07:59:04 +02:00
|
|
|
|
|
|
|
MAN3= Audio::CD.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|