a692a20c57
- Remove MD5 PR: ports/153054 Submitted by: myself (pgollucci) Approved by: maintainer timeout (lippe ; 15 days) Changes: http://search.cpan.org/dist/Audio-FLAC-Header/Changes
24 lines
491 B
Makefile
24 lines
491 B
Makefile
# 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.4
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lippe@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>
|