diff options
author | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /audio/mp3riot | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | freebsd-ports-graphics-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz freebsd-ports-graphics-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst freebsd-ports-graphics-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'audio/mp3riot')
-rw-r--r-- | audio/mp3riot/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/mp3riot/Makefile b/audio/mp3riot/Makefile index d3eced9ebeb..e7cc2eba734 100644 --- a/audio/mp3riot/Makefile +++ b/audio/mp3riot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3riot -# Date created: 29 July 2003 -# Whom: Francisco Gomez <francisco@gomezmarin.com> -# +# Created by: Francisco Gomez <francisco@gomezmarin.com> # $FreeBSD$ -# PORTNAME= mp3riot PORTVERSION= 1.3 @@ -15,9 +11,9 @@ COMMENT= Mp3riot creates mp3 playlists, HTML files, etc RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info +USES= perl5 NO_BUILD= yes USE_PERL5= yes -USE_ZIP= yes NO_WRKSUBDIR= yes PORTDOCS= example.unix groupfile CHANGELOG MANUAL mp3table.sql README repl.dat TODO utf.dat |