diff options
Diffstat (limited to 'misc/p5-Data-Buffer')
-rw-r--r-- | misc/p5-Data-Buffer/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Data-Buffer/Makefile b/misc/p5-Data-Buffer/Makefile index cd91ccc4e7fa..548550b0a442 100644 --- a/misc/p5-Data-Buffer/Makefile +++ b/misc/p5-Data-Buffer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Buffer -# Date created: Tue Sep 11 02:08:49 PDT 2001 -# Whom: Michael Haro <mharo@FreeBSD.org> -# +# Created by: Michael Haro <mharo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Data-Buffer PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read/write buffer class -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Buffer.3 |