mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
357fb86db9
- Switch to USES=localbase Approved by: portmgr blanket
23 lines
413 B
Makefile
23 lines
413 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
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libFLAC.so:audio/flac
|
|
|
|
USES= perl5 localbase
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|