freebsd-ports/audio/p5-Audio-FLAC-Header/Makefile
Andrew Pantyukhin bf38283432 - Update to 1.8
- Don't check for perl<5.6
2007-07-31 07:58:51 +00:00

24 lines
495 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= 1.8
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Interface to FLAC header metadata
LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac
PERL_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
MAN3= Audio::FLAC::Header.3
.include <bsd.port.mk>