freebsd-ports/audio/p5-MP3-Info/Makefile
Andrej Zverev 1539e0886b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 09:54:08 +00:00

18 lines
323 B
Makefile

# Created by: Leo Kim <leo@florida.sarang.net>
# $FreeBSD$
PORTNAME= MP3-Info
PORTVERSION= 1.24
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Manipulate / fetch info from MP3 audio files
USES= perl5
USE_PERL5= configure
MAN3= MP3::Info.3
.include <bsd.port.mk>