mirror of https://git.FreeBSD.org/ports.git
22 lines
429 B
Makefile
22 lines
429 B
Makefile
PORTNAME= sam2pairwise
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Show pairwise alignment for each read in a SAM file
|
|
WWW= https://github.com/mlafave/sam2pairwise
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= mlafave
|
|
|
|
WRKSRC_SUBDIR= src
|
|
ALL_TARGET= sam2pairwise
|
|
PLIST_FILES= bin/sam2pairwise
|
|
|
|
.include <bsd.port.mk>
|