diff options
Diffstat (limited to 'devel/p5-ExtUtils-CBuilder/Makefile')
-rw-r--r-- | devel/p5-ExtUtils-CBuilder/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-ExtUtils-CBuilder/Makefile b/devel/p5-ExtUtils-CBuilder/Makefile index cdd8eb54b301..ac49fc8d3955 100644 --- a/devel/p5-ExtUtils-CBuilder/Makefile +++ b/devel/p5-ExtUtils-CBuilder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ExtUtils::CBuilder -# Date created: 20 Feb 2004 -# Whom: Mathieu Arnold <mat@FreeBSD.org> -# +# Created by: Mathieu Arnold <mat@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ExtUtils-CBuilder PORTVERSION= 0.2802.05 @@ -17,7 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Compile and link C code for Perl modules -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ExtUtils::CBuilder.3 ExtUtils::CBuilder::Platform::Windows.3 |