freebsd-ports/audio/p5-Audio-CD/Makefile
Emanuel Haupt 09f6cf8bee Reset maintainer, does not respond to mails for 19 days. Since a few
days his MTA also remains unresponsive [1].

[1] Unable to deliver to destination domain
    Failed to deliver to domain oven.org after 73 tries.
    The last error was:
    CantConnectToHost

Approved by:	portmgr (linimon)
2005-10-28 17:05:15 +00:00

27 lines
596 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Audio
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl interface to libcdaudio (cd + cddb)
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
PERL_CONFIGURE= YES
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \
LIBS="-L${LOCALBASE}/lib -lcdaudio"
MAN3= Audio::CD.3
.include <bsd.port.mk>