diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-03-30 09:01:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-03-30 09:01:08 +0000 |
commit | 3aafe33cdb3072e9fe11526e64e02a69f59be459 (patch) | |
tree | cfbc9d6d574de48b82be3324416632287b0eef9f | |
parent | Update to 8.2.0 (diff) |
- Add LICENSE
- Switch to USES=localbase
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=497239
-rw-r--r-- | biology/p5-Bio-SCF/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/biology/p5-Bio-SCF/Makefile b/biology/p5-Bio-SCF/Makefile index 0013bfe5b43b..9e310c111f13 100644 --- a/biology/p5-Bio-SCF/Makefile +++ b/biology/p5-Bio-SCF/Makefile @@ -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> |