diff options
author | az <az@FreeBSD.org> | 2013-09-11 17:36:43 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 17:36:43 +0800 |
commit | 1407e95251635a835c8e1f4eb2e42b931c95f6bc (patch) | |
tree | 4147b61d5aaf43eadd75d4949ce6a77761ed9b5b /audio | |
parent | f8b9d36c914c82d7b80560d88765d1d87b6611fc (diff) | |
download | freebsd-ports-gnome-1407e95251635a835c8e1f4eb2e42b931c95f6bc.tar.gz freebsd-ports-gnome-1407e95251635a835c8e1f4eb2e42b931c95f6bc.tar.zst freebsd-ports-gnome-1407e95251635a835c8e1f4eb2e42b931c95f6bc.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-FLAC-Header/Makefile | 9 | ||||
-rw-r--r-- | audio/p5-Audio-Mixer/Makefile | 9 | ||||
-rw-r--r-- | audio/pm3umpdl/Makefile | 8 | ||||
-rw-r--r-- | audio/soundgrab/Makefile | 9 |
4 files changed, 10 insertions, 25 deletions
diff --git a/audio/p5-Audio-FLAC-Header/Makefile b/audio/p5-Audio-FLAC-Header/Makefile index 3d92700eea3c..1dc22e19473c 100644 --- a/audio/p5-Audio-FLAC-Header/Makefile +++ b/audio/p5-Audio-FLAC-Header/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Audio-FLAC-Header -# Date created: 21 July 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Audio-FLAC-Header PORTVERSION= 2.4 @@ -17,7 +13,8 @@ COMMENT= Interface to FLAC header metadata LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= Audio::FLAC::Header.3 diff --git a/audio/p5-Audio-Mixer/Makefile b/audio/p5-Audio-Mixer/Makefile index 0a4732622ee3..82a034c3934a 100644 --- a/audio/p5-Audio-Mixer/Makefile +++ b/audio/p5-Audio-Mixer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Audio-Mixer -# Date created: 05 Oct 2008 -# Whom: Dennis Herrmann <adox@mcx2.org> -# +# Created by: Dennis Herrmann <adox@mcx2.org> # $FreeBSD$ -# PORTNAME= Audio-Mixer PORTVERSION= 0.7 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= Perl extension for Sound Mixer control -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Audio::Mixer.3 diff --git a/audio/pm3umpdl/Makefile b/audio/pm3umpdl/Makefile index a9f903fbd802..10d53de501b8 100644 --- a/audio/pm3umpdl/Makefile +++ b/audio/pm3umpdl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: comiccron -# Date created: 5 February 2008 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= pm3umpdl PORTVERSION= 1.0.0 @@ -18,7 +14,7 @@ COMMENT= Loading a M3U file into musicpd RUN_DEPENDS= ${LOCALBASE}/bin/mpc:${PORTSDIR}/audio/mpc -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes MAN1= ${PORTNAME}.1 diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile index 05615789aef8..3c29e6b81697 100644 --- a/audio/soundgrab/Makefile +++ b/audio/soundgrab/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: soundgrab -# Date created: May 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= soundgrab PORTVERSION= 1.0.1 @@ -25,7 +20,7 @@ RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ LICENSE= GPLv2 -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= soundgrab.1 |