svn commit: r493954 - head/audio/p5-Audio-FLAC-Header

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 26 09:00:52 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list