summaryrefslogtreecommitdiff
path: root/biology/gmap/Makefile
blob: 1f4d6e06185797fff278684f22867292b961aca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Bob Zimmermann <rpz@cse.wustl.edu>
# $FreeBSD$

PORTNAME=	gmap
PORTVERSION=	2006.04.21
PORTREVISION=	1
CATEGORIES=	biology
MASTER_SITES=	http://research-pub.gene.com/gmap/src/
DISTNAME=	${PORTNAME}-${PORTVERSION:C|\.|-|g}

MAINTAINER=	rpz@cse.wustl.edu
COMMENT=	Genomic Mapping and Alignment Program for mRNA and EST Sequences

USES=		gmake perl5
GNU_CONFIGURE=	yes

.include <bsd.port.mk>