freebsd-ports/biology/p5-Bio-SCF/Makefile
Dmitry Marakasov 3aafe33cdb - Add LICENSE
- Switch to USES=localbase

Approved by:	portmgr blanket
2019-03-30 09:01:08 +00:00

23 lines
476 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Bio-SCF
PORTVERSION= 1.03
PORTREVISION= 2
CATEGORIES= biology perl5
MASTER_SITES= CPAN
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
USES= perl5 localbase:ldflags
USE_PERL5= configure
.include <bsd.port.mk>