Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2019 09:01:08 +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: r497239 - head/biology/p5-Bio-SCF
Message-ID:  <201903300901.x2U918q5041975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Mar 30 09:01:08 2019
New Revision: 497239
URL: https://svnweb.freebsd.org/changeset/ports/497239

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

Modified:
  head/biology/p5-Bio-SCF/Makefile

Modified: head/biology/p5-Bio-SCF/Makefile
==============================================================================
--- head/biology/p5-Bio-SCF/Makefile	Sat Mar 30 08:59:46 2019	(r497238)
+++ head/biology/p5-Bio-SCF/Makefile	Sat Mar 30 09:01:08 2019	(r497239)
@@ -11,13 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Read and Update SCF Chromatographic Sequence Files
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	${LOCALBASE}/include/io_lib/scf.h:biology/iolib
 
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
-USES=		perl5
+USES=		perl5 localbase:ldflags
 USE_PERL5=	configure
 
 .include <bsd.port.mk>



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