freebsd-ports/audio/p5-Audio-CD/Makefile
2001-03-01 06:39:18 +00:00

25 lines
489 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
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Audio
PKGNAMEPREFIX= p5-
MAINTAINER= roman@xpert.com
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
PERL_CONFIGURE= YES
MAN3= Audio::CD.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>