diff options
Diffstat (limited to 'devel/p5-ExtUtils-CBuilder/Makefile')
-rw-r--r-- | devel/p5-ExtUtils-CBuilder/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-ExtUtils-CBuilder/Makefile b/devel/p5-ExtUtils-CBuilder/Makefile index fddd3a431653..e27b458a7330 100644 --- a/devel/p5-ExtUtils-CBuilder/Makefile +++ b/devel/p5-ExtUtils-CBuilder/Makefile @@ -8,14 +8,14 @@ PORTNAME= ExtUtils-CBuilder PORTVERSION= 0.22 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ExtUtils +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Compile and link C code for Perl modules -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/Text/ParseWords.pm:${PORTSDIR}/textproc/p5-Text-ParseWords RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |