mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
46c85cde39
Convert USE_GMAKE to USES=gmake Add dependency on perl which the port need and was getting by chance bump portrevision, dependencies has changed
18 lines
401 B
Makefile
18 lines
401 B
Makefile
# Created by: Bob Zimmermann <rpz@cse.wustl.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmap
|
|
PORTVERSION= 2006.04.21
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://www.gene.com/share/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>
|