svn commit: r336070 - head/biology/gmap
Baptiste Daroussin
bapt at FreeBSD.org
Tue Dec 10 17:21:47 UTC 2013
Author: bapt
Date: Tue Dec 10 17:21:46 2013
New Revision: 336070
URL: http://svnweb.freebsd.org/changeset/ports/336070
Log:
Support stage
Convert USE_GMAKE to USES=gmake
Add dependency on perl which the port need and was getting by chance
bump portrevision, dependencies has changed
Modified:
head/biology/gmap/Makefile
Modified: head/biology/gmap/Makefile
==============================================================================
--- head/biology/gmap/Makefile Tue Dec 10 16:49:53 2013 (r336069)
+++ head/biology/gmap/Makefile Tue Dec 10 17:21:46 2013 (r336070)
@@ -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 at 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>
More information about the svn-ports-all
mailing list