1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/p5-Audio-FLAC-Header/Makefile
Dmitry Marakasov 357fb86db9 - Add LICENSE
- Switch to USES=localbase

Approved by:	portmgr blanket
2019-02-26 09:00:51 +00:00

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>