diff options
Diffstat (limited to 'www/p5-Template-Plugin-MP3/Makefile')
-rw-r--r-- | www/p5-Template-Plugin-MP3/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-Template-Plugin-MP3/Makefile b/www/p5-Template-Plugin-MP3/Makefile index b5f89bb9d72a..707545543cf1 100644 --- a/www/p5-Template-Plugin-MP3/Makefile +++ b/www/p5-Template-Plugin-MP3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Template-Plugin-MP3 -# Date created: 13 June 2004 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= Template-Plugin-MP3 PORTVERSION= 1.02 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::MP3.3 |