opnsense-ports/audio/p5-MP3-Tag/Makefile

20 lines
324 B
Makefile

# Created by: Roman Bogorodskiy
# $FreeBSD$
PORTNAME= MP3-Tag
PORTVERSION= 1.14
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Module for reading tags of MP3 audio files
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
CONFLICTS= p5-tagged-0.*
.include <bsd.port.mk>