blob: 9a1551ce9f718f97daa3e540c5f907b22ee5ce80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|