diff options
author | az <az@FreeBSD.org> | 2013-09-11 17:54:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 17:54:08 +0800 |
commit | ead672a2899378575da331f92ec28ea6ab2b1e2e (patch) | |
tree | 3137ade6fc7774f2edb5f66cdd2d06373d9fe493 /audio/p5-MP3-Find | |
parent | 78b2550538ae685378dfcecb9be7ffc4107dd492 (diff) | |
download | freebsd-ports-gnome-ead672a2899378575da331f92ec28ea6ab2b1e2e.tar.gz freebsd-ports-gnome-ead672a2899378575da331f92ec28ea6ab2b1e2e.tar.zst freebsd-ports-gnome-ead672a2899378575da331f92ec28ea6ab2b1e2e.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'audio/p5-MP3-Find')
-rw-r--r-- | audio/p5-MP3-Find/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/p5-MP3-Find/Makefile b/audio/p5-MP3-Find/Makefile index c75ea71a7f32..82b381fd875f 100644 --- a/audio/p5-MP3-Find/Makefile +++ b/audio/p5-MP3-Find/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MP3-Find -# Date created: 2006-07-12 -# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> -# +# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> # $FreeBSD$ -# PORTNAME= MP3-Find PORTVERSION= 0.07 @@ -17,7 +13,8 @@ COMMENT= Search and sort MP3 files based on their ID3 tags BUILD_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mp3db.1 mp3find.1 MAN3= MP3::Find.3 \ |