diff options
| author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-19 05:33:50 +0000 |
|---|---|---|
| committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-19 05:33:50 +0000 |
| commit | 8b5428663c4fd049a0693502918ec469aa9e88dd (patch) | |
| tree | 453ea6a8589d5243b778d0428369a8ac53a9a2c7 | |
| parent | 23901ed73b8ff7142169e69768f09a6d443b8704 (diff) | |
Notes
| -rw-r--r-- | devel/p5-ExtUtils-CBuilder/Makefile | 6 | ||||
| -rw-r--r-- | devel/p5-ExtUtils-CBuilder/pkg-descr | 1 |
2 files changed, 4 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 diff --git a/devel/p5-ExtUtils-CBuilder/pkg-descr b/devel/p5-ExtUtils-CBuilder/pkg-descr index 3550b9001fe8..a068841700db 100644 --- a/devel/p5-ExtUtils-CBuilder/pkg-descr +++ b/devel/p5-ExtUtils-CBuilder/pkg-descr @@ -3,6 +3,7 @@ appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal! +WWW: http://search.cpan.org/dist/ExtUtils-CBuilder/ -- mat |
