diff options
author | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
commit | 6ec69d527f16e7be851ca78d0baa8c1295be4a17 (patch) | |
tree | 5aa3cd74114ed035ad4ba813977c32381a693ed0 /biology | |
parent | 5b9e8eeb2ab7a129575181122f7285d0b4f41e2c (diff) | |
download | freebsd-ports-graphics-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.gz freebsd-ports-graphics-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.zst freebsd-ports-graphics-6ec69d527f16e7be851ca78d0baa8c1295be4a17.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: wen@ (maintainer)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-Bio-SCF/Makefile | 3 | ||||
-rw-r--r-- | biology/p5-bioperl/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/biology/p5-Bio-SCF/Makefile b/biology/p5-Bio-SCF/Makefile index e80819d3319..fc9ac1ff9af 100644 --- a/biology/p5-Bio-SCF/Makefile +++ b/biology/p5-Bio-SCF/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Bio::SCF.3 diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index 69ce1c3dc89..d876b057561 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -58,7 +58,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} #CONFLICTS= p5-bioperl-1.[13579]* -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild MAN1= bp_aacomp.pl.1 \ bp_biblio.pl.1 \ |