freebsd-ports/audio/p5-Audio-FLAC-Header/Makefile
2021-04-06 16:31:07 +02:00

21 lines
401 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
PORTNAME= Audio-FLAC-Header
PORTVERSION= 2.4
PORTREVISION= 3
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface to FLAC header metadata
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LIB_DEPENDS= libFLAC.so:audio/flac
USES= perl5 localbase
USE_PERL5= configure
.include <bsd.port.mk>