svn commit: r497239 - head/biology/p5-Bio-SCF

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 30 09:01:09 UTC 2019


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


More information about the svn-ports-all mailing list