diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-10 17:21:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-10 17:21:46 +0000 |
commit | 46c85cde3986a11def3eaa9de1c03e0fd66930e9 (patch) | |
tree | c1f166b8eab9e705e06ac265eddaf6b9d4697fa1 | |
parent | 9c2fd936ed4291f72989975647bf8b3f29b259a2 (diff) | |
download | ports-46c85cde3986a11def3eaa9de1c03e0fd66930e9.tar.gz ports-46c85cde3986a11def3eaa9de1c03e0fd66930e9.zip |
Notes
-rw-r--r-- | biology/gmap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/gmap/Makefile b/biology/gmap/Makefile index 7a4e678d1cd7..4e03ee52b828 100644 --- a/biology/gmap/Makefile +++ b/biology/gmap/Makefile @@ -3,15 +3,15 @@ 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= A Genomic Mapping and Alignment Program for mRNA and EST Sequences +COMMENT= Genomic Mapping and Alignment Program for mRNA and EST Sequences -USE_GMAKE= yes +USES= gmake perl5 GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> |