diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 01:07:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 01:07:26 +0800 |
commit | e8c033346292b58e029cbed33f2020fa29fab8ec (patch) | |
tree | 4fe3821c37cb6d078630d18fa663115222471e1a /audio/ripit/Makefile | |
parent | 07673ea56e79850a055955863f379793fb272d54 (diff) | |
download | freebsd-ports-gnome-e8c033346292b58e029cbed33f2020fa29fab8ec.tar.gz freebsd-ports-gnome-e8c033346292b58e029cbed33f2020fa29fab8ec.tar.zst freebsd-ports-gnome-e8c033346292b58e029cbed33f2020fa29fab8ec.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'audio/ripit/Makefile')
-rw-r--r-- | audio/ripit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 457292749f88..6c86fb6a1849 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://www.suwald.com/ripit/ MAINTAINER= tobias.rehbein@web.de -COMMENT= A command line audio CD ripper +COMMENT= Command line audio CD ripper # See pkg-message about other dependencies. RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ @@ -18,12 +18,12 @@ RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ lame:${PORTSDIR}/audio/lame \ cdparanoia:${PORTSDIR}/audio/cdparanoia \ -USES= shebangfix +USES= perl5 shebangfix NO_BUILD= yes PLIST_FILES= bin/ripit MAN1= ripit.1 PORTEXAMPLES= config -USE_PERL5_RUN= yes +USE_PERL5= run USE_BZIP2= yes SHEBANG_FILES= ripit.pl perl_OLD_CMD= /usr/bin/env perl |