aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ExtUtils-CBuilder
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-02-19 13:33:50 +0800
committerleeym <leeym@FreeBSD.org>2008-02-19 13:33:50 +0800
commit622caae78fb73f1c46e8294730419d4e87299832 (patch)
tree6fcf4e5c12d56ebeb121dc0549f2dfb68b5e624b /devel/p5-ExtUtils-CBuilder
parentda56479cf7e5a694059e7a9c1fb6afb96a211989 (diff)
downloadfreebsd-ports-gnome-622caae78fb73f1c46e8294730419d4e87299832.tar.gz
freebsd-ports-gnome-622caae78fb73f1c46e8294730419d4e87299832.tar.zst
freebsd-ports-gnome-622caae78fb73f1c46e8294730419d4e87299832.zip
- Use CPAN macro;
- Add missing deps; - Add missing WWW to pkg-descr. PR: 120802 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
Diffstat (limited to 'devel/p5-ExtUtils-CBuilder')
-rw-r--r--devel/p5-ExtUtils-CBuilder/Makefile6
-rw-r--r--devel/p5-ExtUtils-CBuilder/pkg-descr1
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