From 4450b7cdf46a83c66afc9368754b5754e6614774 Mon Sep 17 00:00:00 2001 From: az Date: Wed, 11 Sep 2013 06:03:56 +0000 Subject: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) --- textproc/p5-MARC/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'textproc/p5-MARC') diff --git a/textproc/p5-MARC/Makefile b/textproc/p5-MARC/Makefile index 113568d09719..cfc61e4f01ba 100644 --- a/textproc/p5-MARC/Makefile +++ b/textproc/p5-MARC/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MARC -# Date created: 23 December 2001 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= MARC PORTVERSION= 1.15 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A module for manipulating bibliographic records in the USMARC format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MARC.3 -- cgit