1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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
This commit is contained in:
Baptiste Daroussin 2013-12-10 17:21:46 +00:00
parent 9c2fd936ed
commit 46c85cde39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336070

View File

@ -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>