diff options
author | az <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
commit | 4539b36e07dc5d3a00796c31225b2da419544ef0 (patch) | |
tree | 59a0148ef943ecb5bc12a830cc669c801d3c91f8 /audio | |
parent | a7f25a26617517dba99672639956e265390f576a (diff) | |
download | freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.tar.gz freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.tar.zst freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.zip |
- Convert to new perl framework
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Beep/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-Audio-CD/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-Audio-Scrobbler/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-Audio-WMA/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-MP3-ID3v1Tag/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-Net-FreeDB/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-Ogg-Vorbis-Header/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-Xmms/Makefile | 3 |
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 \ |