From caaa771c73b156883650154d790bded0a8bb1e1c Mon Sep 17 00:00:00 2001 From: az Date: Fri, 2 Aug 2013 17:11:34 +0000 Subject: - Convert to new perl framework - Trim Makefile header --- misc/p5-Data-Buffer/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'misc/p5-Data-Buffer') 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 -# +# Created by: Michael Haro # $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 -- cgit