diff options
Diffstat (limited to 'biology/p5-Bio-Das-Lite/Makefile')
-rw-r--r-- | biology/p5-Bio-Das-Lite/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/biology/p5-Bio-Das-Lite/Makefile b/biology/p5-Bio-Das-Lite/Makefile index b45abded7bf3..8b45ce3a499f 100644 --- a/biology/p5-Bio-Das-Lite/Makefile +++ b/biology/p5-Bio-Das-Lite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Bio-Das-Lite -# Date created: 26 Feb, 2010 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Bio-Das-Lite PORTVERSION= 2.11 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Simple>0.8:${PORTSDIR}/devel/p5-Test-Simple -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild MAN3= Bio::Das::Lite.3 |