summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-02 18:21:05 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-02 18:21:05 +0000
commit0aad97bb5c24e162fa1f0e0fa87c8654f738ff52 (patch)
tree59a0148ef943ecb5bc12a830cc669c801d3c91f8 /audio
parentwww/rssroll: update to 0.4 (diff)
- Convert to new perl framework
Notes
Notes: svn path=/head/; revision=324171
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-Audio-Beep/Makefile3
-rw-r--r--audio/p5-Audio-CD/Makefile3
-rw-r--r--audio/p5-Audio-Scrobbler/Makefile3
-rw-r--r--audio/p5-Audio-WMA/Makefile3
-rw-r--r--audio/p5-MP3-ID3v1Tag/Makefile3
-rw-r--r--audio/p5-Net-FreeDB/Makefile3
-rw-r--r--audio/p5-Ogg-Vorbis-Header/Makefile3
-rw-r--r--audio/p5-Xmms/Makefile3
8 files changed, 16 insertions, 8 deletions
diff --git a/audio/p5-Audio-Beep/Makefile b/audio/p5-Audio-Beep/Makefile
index d57303996be0..3af211d691d1 100644
--- a/audio/p5-Audio-Beep/Makefile
+++ b/audio/p5-Audio-Beep/Makefile
@@ -13,7 +13,8 @@ COMMENT= Perl module to use your computer beeper in fancy ways
BUILD_DEPENDS= beep:${PORTSDIR}/audio/beep
RUN_DEPENDS= beep:${PORTSDIR}/audio/beep
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Audio::Beep.3 Audio::Beep::BSD::beep.3
diff --git a/audio/p5-Audio-CD/Makefile b/audio/p5-Audio-CD/Makefile
index da7caf0f977f..f57a03fa5d24 100644
--- a/audio/p5-Audio-CD/Makefile
+++ b/audio/p5-Audio-CD/Makefile
@@ -17,7 +17,8 @@ COMMENT= Perl interface to libcdaudio (cd + cddb)
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \
LIBS="-L${LOCALBASE}/lib -lcdaudio"
diff --git a/audio/p5-Audio-Scrobbler/Makefile b/audio/p5-Audio-Scrobbler/Makefile
index fb64a9253242..ed1065d6f28c 100644
--- a/audio/p5-Audio-Scrobbler/Makefile
+++ b/audio/p5-Audio-Scrobbler/Makefile
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \
p5-libwww>=5:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= scrobbler-helper.1
MAN3= Audio::Scrobbler.3
diff --git a/audio/p5-Audio-WMA/Makefile b/audio/p5-Audio-WMA/Makefile
index aa316f146065..cfab3598686b 100644
--- a/audio/p5-Audio-WMA/Makefile
+++ b/audio/p5-Audio-WMA/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Fetch info from WMA audio files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Audio::WMA.3
diff --git a/audio/p5-MP3-ID3v1Tag/Makefile b/audio/p5-MP3-ID3v1Tag/Makefile
index c41982f8e67b..4f772c8c019d 100644
--- a/audio/p5-MP3-ID3v1Tag/Makefile
+++ b/audio/p5-MP3-ID3v1Tag/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Edit ID3v1 Tags from an Audio MPEG Layer 3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MP3::ID3v1Tag.3
diff --git a/audio/p5-Net-FreeDB/Makefile b/audio/p5-Net-FreeDB/Makefile
index 9f6480f95b59..0c98374f7d01 100644
--- a/audio/p5-Net-FreeDB/Makefile
+++ b/audio/p5-Net-FreeDB/Makefile
@@ -18,7 +18,8 @@ COMMENT= Get the CDID of an audio CD and query the FreeDB servers
BUILD_DEPENDS= p5-CDDB-File>=0:${PORTSDIR}/audio/p5-CDDB-File
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::FreeDB.3
diff --git a/audio/p5-Ogg-Vorbis-Header/Makefile b/audio/p5-Ogg-Vorbis-Header/Makefile
index 4344649383cc..0aec3c2fb660 100644
--- a/audio/p5-Ogg-Vorbis-Header/Makefile
+++ b/audio/p5-Ogg-Vorbis-Header/Makefile
@@ -21,7 +21,8 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Ogg::Vorbis::Header.3
diff --git a/audio/p5-Xmms/Makefile b/audio/p5-Xmms/Makefile
index 241143c8bf3e..f29d10dc301c 100644
--- a/audio/p5-Xmms/Makefile
+++ b/audio/p5-Xmms/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \
p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \
p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
REINPLACE_ARGS= -i ''
MAN3= Bundle::Xmms.3 \