7f4572eae4
With hat: portmgr Sponsored by: Absolight
20 lines
393 B
Makefile
20 lines
393 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LIB_DEPENDS= libFLAC.so:audio/flac
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|