22 lines
464 B
Makefile
22 lines
464 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
|
|
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>
|