diff options
-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> |