# New ports collection makefile for: p5-Config-AutoConf # Date created: 8th March, 2010 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= Config-AutoConf PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to implement some of AutoConf macros LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Config::AutoConf.3 .include .if ${PERL_LEVEL} < 501001 BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.23:${PORTSDIR}/devel/p5-ExtUtils-CBuilder RUN_DEPENDS+= p5-ExtUtils-CBuilder>=0.23:${PORTSDIR}/devel/p5-ExtUtils-CBuilder .endif .include