diff options
Diffstat (limited to 'audio/p5-Audio-CD/Makefile')
-rw-r--r-- | audio/p5-Audio-CD/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/p5-Audio-CD/Makefile b/audio/p5-Audio-CD/Makefile index f57a03fa5d24..53c2ca7ca5bd 100644 --- a/audio/p5-Audio-CD/Makefile +++ b/audio/p5-Audio-CD/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Audio-CD -# Date created: 22 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= Audio-CD PORTVERSION= 0.04 @@ -18,6 +14,7 @@ COMMENT= Perl interface to libcdaudio (cd + cddb) LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio USES= perl5 +NO_STAGE= yes USE_PERL5= configure CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \ LIBS="-L${LOCALBASE}/lib -lcdaudio" |