diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-20 00:36:53 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-20 00:36:53 +0800 |
commit | 40692909b1692736e0f5325eb3cc4a8936253732 (patch) | |
tree | ab81a04f3dcd73e9c1a9193153e43b7517d27847 | |
parent | 4f8b4410b530a78d7df32aac5907d153d8af043d (diff) | |
download | freebsd-ports-gnome-40692909b1692736e0f5325eb3cc4a8936253732.tar.gz freebsd-ports-gnome-40692909b1692736e0f5325eb3cc4a8936253732.tar.zst freebsd-ports-gnome-40692909b1692736e0f5325eb3cc4a8936253732.zip |
. add license (GPLv2);
. bump PORTREVISION;
. trim article from COMMENT;
. trim Makefile headers.
-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} |