Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 09:00:51 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493954 - head/audio/p5-Audio-FLAC-Header
Message-ID:  <201902260900.x1Q90pHN083978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb 26 09:00:51 2019
New Revision: 493954
URL: https://svnweb.freebsd.org/changeset/ports/493954

Log:
  - Add LICENSE
  - Switch to USES=localbase
  
  Approved by:	portmgr blanket

Modified:
  head/audio/p5-Audio-FLAC-Header/Makefile

Modified: head/audio/p5-Audio-FLAC-Header/Makefile
==============================================================================
--- head/audio/p5-Audio-FLAC-Header/Makefile	Tue Feb 26 09:00:34 2019	(r493953)
+++ head/audio/p5-Audio-FLAC-Header/Makefile	Tue Feb 26 09:00:51 2019	(r493954)
@@ -11,10 +11,12 @@ 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
+USES=		perl5 localbase
 USE_PERL5=	configure
-CFLAGS+=	-I${LOCALBASE}/include
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902260900.x1Q90pHN083978>