diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 07:44:26 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 07:44:26 +0000 |
commit | 6f1287003076a66b3874202a0ccee07835658b3f (patch) | |
tree | 631b2e0ea326a30b434e711980814ba3b010db90 /biology/velvet | |
parent | 312fd92cc301fbf0529d852d31550be7b6e0c679 (diff) | |
download | ports-6f1287003076a66b3874202a0ccee07835658b3f.tar.gz ports-6f1287003076a66b3874202a0ccee07835658b3f.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326575
Diffstat (limited to 'biology/velvet')
-rw-r--r-- | biology/velvet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/velvet/Makefile b/biology/velvet/Makefile index 6808c05340c1..de5eae20a9c6 100644 --- a/biology/velvet/Makefile +++ b/biology/velvet/Makefile @@ -22,7 +22,8 @@ MAXKMERLENGTH?= 31 VELVET_CATEGORIES?= 2 MAKE_ENV+= MAXKMERLENGTH=${MAXKMERLENGTH} CATEGORIES=${VELVET_CATEGORIES} -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run BINARIES= velvetg velveth SCRIPTS= shuffleSequences_fasta.pl shuffleSequences_fastq.pl \ |