diff options
author | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /biology | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'biology')
-rw-r--r-- | biology/hmmer/Makefile | 2 | ||||
-rw-r--r-- | biology/tRNAscan-SE/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index 18c873e337ee..b89ef0a3f5c8 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Profile hidden Markov models for biological sequence analysis GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS+=--enable-threads --enable-lfs DOCFILES= COPYRIGHT INSTALL LICENSE Userguide.pdf diff --git a/biology/tRNAscan-SE/Makefile b/biology/tRNAscan-SE/Makefile index d69b39a70522..1abcbce8aacf 100644 --- a/biology/tRNAscan-SE/Makefile +++ b/biology/tRNAscan-SE/Makefile @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Improved tool for transfer RNA detection -USE_PERL5= yes +USES= perl5 MAKE_ARGS= BINDIR="${PREFIX}/bin" \ LIBDIR="${DATADIR}" \ CC="${CC}" \ |