blob: 911dea873b5b813691e438c5e0b6e73251fca56c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: p5-Audio-FLAC-Header
# Date created: 21 July 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Audio-FLAC-Header
PORTVERSION= 2.0
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Interface to FLAC header metadata
LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac
PERL_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
MAN3= Audio::FLAC::Header.3
.include <bsd.port.mk>
|