diff options
Diffstat (limited to 'devel/p5-Data-Stream-Bulk/Makefile')
-rw-r--r-- | devel/p5-Data-Stream-Bulk/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Data-Stream-Bulk/Makefile b/devel/p5-Data-Stream-Bulk/Makefile index 5768d7dce145..b1b3cb685604 100644 --- a/devel/p5-Data-Stream-Bulk/Makefile +++ b/devel/p5-Data-Stream-Bulk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Data::Stream::Bulk -# Date created: 2008-11-28 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Data-Stream-Bulk PORTVERSION= 0.11 @@ -25,7 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Stream::Bulk.3 \ Data::Stream::Bulk::Array.3 \ |