1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00

- Use CPAN macro;

- Add missing deps;
- Add missing WWW to pkg-descr.

PR:		120802
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
This commit is contained in:
Yen-Ming Lee 2008-02-19 05:33:50 +00:00
parent 23901ed73b
commit 8b5428663c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207568
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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