cf118ccf87
Reported by: lwhsu
16 lines
324 B
Makefile
16 lines
324 B
Makefile
PORTNAME= generand
|
|
DISTVERSION= 0.1.2
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Generate random genomic data in FASTA/FASTQ, SAM, or VCF format
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= auerlab
|
|
|
|
PLIST_FILES= bin/generand man/man1/generand.1.gz
|
|
|
|
.include <bsd.port.mk>
|