diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-22 20:45:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-22 20:45:43 +0800 |
commit | ed87cf1d4335641b755b13f6a364c768b415edf7 (patch) | |
tree | c39c351dce14a342fbeb6d649bd4be2ad853ebaa /biology | |
parent | 93f52d56e2a2c28e0cf56b378b0d04b2be316aaf (diff) | |
download | freebsd-ports-gnome-ed87cf1d4335641b755b13f6a364c768b415edf7.tar.gz freebsd-ports-gnome-ed87cf1d4335641b755b13f6a364c768b415edf7.tar.zst freebsd-ports-gnome-ed87cf1d4335641b755b13f6a364c768b415edf7.zip |
- Fix shebangs
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-BioPerl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/biology/p5-BioPerl/Makefile b/biology/p5-BioPerl/Makefile index 090aa5e52882..f6449e91f013 100644 --- a/biology/p5-BioPerl/Makefile +++ b/biology/p5-BioPerl/Makefile @@ -3,7 +3,7 @@ PORTNAME= BioPerl PORTVERSION= 1.007001 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CJFIELDS @@ -55,9 +55,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most \ p5-URI>=0:net/p5-URI -USES= perl5 +USES= perl5 shebangfix USE_PERL5= modbuild NO_ARCH= yes +SHEBANG_FILES= scripts/Bio-DB-SeqFeature-Store/bp_seqfeature_load.pl PORTDATA= * PORTDOCS= * |