diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-19 16:36:53 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-19 16:36:53 +0000 |
commit | 7ce5fafe53e213f7aa1df494ade45e0a7b06716f (patch) | |
tree | ab81a04f3dcd73e9c1a9193153e43b7517d27847 /biology | |
parent | 136e9cc564cb4c97e0054cff7bb491075d9f1785 (diff) | |
download | ports-7ce5fafe53e213f7aa1df494ade45e0a7b06716f.tar.gz ports-7ce5fafe53e213f7aa1df494ade45e0a7b06716f.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/sim4/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/biology/sim4/Makefile b/biology/sim4/Makefile index c447e8a7d12a..235fb6fd2d4f 100644 --- a/biology/sim4/Makefile +++ b/biology/sim4/Makefile @@ -1,18 +1,17 @@ -# New ports collection makefile for: sim4 -# Date created: 27 July 2000 -# Whom: Johann Visagie <johann@egenetics.com> -# +# Created by: Johann Visagie <johann@egenetics.com> # $FreeBSD$ -# PORTNAME= sim4 PORTVERSION= 2003.09.21 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://globin.cse.psu.edu/ftp/dist/sim4/ DISTNAME= ${PORTNAME}.${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org -COMMENT= An algorithm for aligning expressed DNA with genomic sequences +COMMENT= Algorithm for aligning expressed DNA with genomic sequences + +LICENSE= GPLv2 WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g} |