diff options
author | mat <mat@FreeBSD.org> | 2003-10-07 10:20:10 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-07 10:20:10 +0000 |
commit | 1d22b4d3b87bd9214bc2d75f208f1d1adce5c44d (patch) | |
tree | c91ca211c45c3d75ee9ef1a7056b5c89030cb5cf /devel/p5-File-Spec/Makefile | |
parent | f5756cd6fc963dd6db60974a9e49373579d1dbb8 (diff) | |
download | FreeBSD-ports-1d22b4d3b87bd9214bc2d75f208f1d1adce5c44d.zip FreeBSD-ports-1d22b4d3b87bd9214bc2d75f208f1d1adce5c44d.tar.gz |
Update to 0.86
Remove patch and use CONFIGURE_ARGS instead
Remove IGNORE as this version is newer than the ones in 5.6.1 and 5.8.0
Maintainer timeout (>1 month)
Diffstat (limited to 'devel/p5-File-Spec/Makefile')
-rw-r--r-- | devel/p5-File-Spec/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile index ebf9052..83d6479 100644 --- a/devel/p5-File-Spec/Makefile +++ b/devel/p5-File-Spec/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-Spec -PORTVERSION= 0.82 +PORTVERSION= 0.86 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -16,20 +16,16 @@ MAINTAINER= dburr@FreeBSD.ORG COMMENT= A Perl module for portably manipulating file specifications PERL_CONFIGURE= yes +CONFIGURE_ARGS+= INSTALLDIRS='site' MAN3= File::Spec.3 \ + File::Spec::Cygwin.3 \ + File::Spec::Epoc.3 \ File::Spec::Functions.3 \ File::Spec::Mac.3 \ File::Spec::OS2.3 \ File::Spec::Unix.3 \ File::Spec::VMS.3 \ File::Spec::Win32.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} > 500600 -IGNORE= This port is for perl 5.6.0 and under only. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |