diff options
author | az <az@FreeBSD.org> | 2013-09-02 01:18:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 01:18:49 +0800 |
commit | 139098d29ff15ca1187a82e877a2a7fe133f6f39 (patch) | |
tree | 9e89f0188c47c4d2c44054e9c4bb49808cd415d8 /multimedia | |
parent | 3f85c34b1bb5db0ef8f4285f4e42047c965e803a (diff) | |
download | freebsd-ports-gnome-139098d29ff15ca1187a82e877a2a7fe133f6f39.tar.gz freebsd-ports-gnome-139098d29ff15ca1187a82e877a2a7fe133f6f39.tar.zst freebsd-ports-gnome-139098d29ff15ca1187a82e877a2a7fe133f6f39.zip |
- Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework
- Trim Makefile header
- Use shebangfix for runable file
- Use single space after WWW: in pkg-descr
With hat: perl@
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mp3cd/Makefile | 11 | ||||
-rw-r--r-- | multimedia/mp3cd/pkg-descr | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/multimedia/mp3cd/Makefile b/multimedia/mp3cd/Makefile index 0e3bfa4907e9..672bdf000e54 100644 --- a/multimedia/mp3cd/Makefile +++ b/multimedia/mp3cd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3cd -# Date created: 2009-06-15 -# Whom: Sylvio Cesar <sylvio@FreeBSD.org> -# +# Created by: Sylvio Cesar <sylvio@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mp3cd PORTVERSION= 1.027 @@ -17,8 +13,9 @@ COMMENT= Perl script that burns MP3 to audio CDs BUILD_DEPENDS= p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= scripts/mp3cd MAN1= mp3cd.1 MANCOMPRESS= yes diff --git a/multimedia/mp3cd/pkg-descr b/multimedia/mp3cd/pkg-descr index 327da34b815a..c4003b4e0272 100644 --- a/multimedia/mp3cd/pkg-descr +++ b/multimedia/mp3cd/pkg-descr @@ -1,4 +1,4 @@ mp3cd is a perl script that normalizes and burns MP3, OGG, and WAV files to audio CDs. -WWW: http://outflux.net +WWW: http://outflux.net |